This very simple project is used for learning how to make CRUD app with Firestore Google's Firebase database.
- Make sure to change the firebaseConfig from src/index.js
- Make sure in Firestore you have read and write permission on
- Insert, Update and Delete records accordingly
- You can also use Find By ID to find items from firebase database
Use solely for reference material only.