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/

Alt Text

It is working fine as usual like

  1. Creating new data
  2. Reading data from server and update it whenever an action happens
  3. Editing existing data
  4. Deleting data
  5. Multiple delete of data

I an new to firebase and I am planning to add

  1. keyword search
  2. pagination (next and previous)

Any pull request or help will be appreciated.