Skip to content

aulasoftwarelibre/cazdata-admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CazData Admin Panel

Administration panel for the CazData app developed using react-admin with react-admin-firebase

Get started

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

export const firebaseConfig = {
  apiKey: 'aaaaaaaaaaaaaaaaaaaaaaaaaaa',
  authDomain: 'aaaaaaaaaaaaaaaaaaaaaaaaaaa',
  databaseURL: 'aaaaaaaaaaaaaaaaaaaaaaaaaaa',
  projectId: 'aaaaaaaaaaaaaaaaaaaaaaaaaaa',
  storageBucket: 'aaaaaaaaaaaaaaaaaaaaaaaaaaa',
  messagingSenderId: 'aaaaaaaaaaaaaaaaaaaaaaaaaaa',
};

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

Then just run yarn start

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published