Skip to content

A Admin console built in react using the react-admin framework. It is developed to perform CRUD operations for a school. Firebase firestore is the database used.

Notifications You must be signed in to change notification settings

Nikhil-Bhat6/React-admin-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example project for the react-admin-firebase package.

Get started

You need to add the private Firebase connection file: src/FIREBASE_CONFIG.js with the following format from firebase:

export const config = {
  apiKey: "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
  authDomain: "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
  databaseURL: "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
  projectId: "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
  storageBucket: "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
  messagingSenderId: "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
};

Don't forget to add the export infront of the configuration that Firebase gives you!

Then just run npm run start

About

A Admin console built in react using the react-admin framework. It is developed to perform CRUD operations for a school. Firebase firestore is the database used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published