Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalwar/firebase_crud
A simple firebase app to demonstrate CRUD operation
https://github.com/kalwar/firebase_crud
crud firebase firestore simple-app
Last synced: about 3 hours ago
JSON representation
A simple firebase app to demonstrate CRUD operation
- Host: GitHub
- URL: https://github.com/kalwar/firebase_crud
- Owner: kalwar
- Created: 2022-10-08T10:21:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T10:22:59.000Z (about 1 year ago)
- Last Synced: 2024-04-16T07:59:45.191Z (7 months ago)
- Topics: crud, firebase, firestore, simple-app
- Language: JavaScript
- Homepage:
- Size: 20.4 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firebase_CRUD
This very simple project is used for learning how to make CRUD app with Firestore Google's Firebase database.
# Steps to follow
1. Make sure to change the firebaseConfig from src/index.js
2. Make sure in Firestore you have read and write permission on
3. Insert, Update and Delete records accordingly
4. You can also use Find By ID to find items from firebase database# Tech stack
1. [Firebase](https://firebase.google.com/)
2. [Firestore](https://firebase.google.com/docs/firestore)
3. [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)# Use for reference
Use solely for reference material only.