Firetable an Excel view for Firestore.
- enable firestore
- enable firebase billing
- enable google auth
- get the generated appId,API key and search key
git clone https://github.com/AntlerVC/firetable.git
insure that you have firebase cli installed
firebase functions:config:set algolia.appid=YOUR_APP_ID algolia.apikey=ADMIN_API_KEY
Deploy the cloud functions to your firebase project
Add .env file to the wwww directory
REACT_APP_FIREBASE_PROJECT_NAME =
REACT_APP_FIREBASE_PROJECT_KEY =
REACT_APP_ALGOLIA_APP_ID =
REACT_APP_ALGOLIA_SEARCH_KEY =
cd www;yarn
yarn start