Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.