This is a quick and dirty application to test out Firebase with basic CRUD functionalities and filtering.
To setup locally run npm install, create an .env file in the root directory and populate the following fields with your firebase configuration details.
FIREBASE_API_KEY=XXXXXXXXXXXXXXXXXXX
FIREBASE_AUTH_DOMAIN=XXXXXXXXXXXXXXX
FIREBASE_PROJECT_ID=XXXXXXXXXXXXXXXX
FIREBASE_STORAGE_BUCKET=XXXXXXXXXXXX
FIREBASE_MESSAGING_SENDER_ID=XXXXXXX
FIREBASE_APP_ID=1:XXXXXXXXXXXXXXXXXX
