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