Skip to content

Lightweight Firebase Collection CRUD Management coded with React.

Notifications You must be signed in to change notification settings

kaledibif/firebase-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Firebase Collection CRUD Management project.

Main Packages

  • react
  • react-admin
  • firebase
  • react-admin-firebase

Screenshot

Installation

  1. Install node modules.
$ npm install
  1. Update firebaseConfig.js file at src/config folder with your own configuration
export default {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: "",
  measurementId: ""
};
  1. Start Project
$ npm run start

About

Lightweight Firebase Collection CRUD Management coded with React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published