Firebase CRUD
(Source/Credits: https://dev.to/johndavemanuel/firebase-crud-1edn)
This is my first time to post here in dev.to since I joined to this awesome community, I spend most o...
This is my first time to post here in dev.to since I joined to this awesome community, I spend most of my free time here instead of browsing in Facebook and it help me learn many things.
I created a dead simple CRUD operation using Bootstrap and Firebase, which you can find here
LINK https://github.com/johndavemanuel/firebase-firestore-crud
DEMO https://johndavemanuel.github.io/firebase-firestore-crud/
It is working fine as usual like
- Creating new data
- Reading data from server and update it whenever an action happens
- Editing existing data
- Deleting data
- Multiple delete of data
I an new to firebase and I am planning to add
- keyword search
- pagination (next and previous)
Any pull request or help will be appreciated.
Comments section
sinhayzone
•May 1, 2024
github.com/johndavemanuel/firebase...
the above link is no more available.....please provide the valid link
johndavemanuel Author
•May 1, 2024
ahh sorry about that, will change the repo ASAP
agilan96
•May 1, 2024
Did u find out the code where pagination and search works for this app...?
Please reply ASAP!
agilan96
•May 1, 2024
did u find out the code where pagination and search works for this app...?
Please reply ASAP!
micahlt
•May 1, 2024
Perhaps we can use something like this in Checkmark... just need it to read and write to an HTML list instead of a table. 🤷🏻♂️
johndavemanuel Author
•May 1, 2024
How do you paginate your data in Checkmark?