Firetable is a spreadsheet-like UI for Firestore.
No more building admin portals to let business users to access data from Google Cloud.
Supports fields such as images, files, single/multi select, in addition to standard fields. Functions such as row resizing, data import/export are supported. More coming soon, for comprehensive list see ROADMAP.md.
1. Create a Firebase project (Instructions)
- Create a Firestore database
- Set up Firestore Security Rules: use Test Mode or set up required permissions.
Below are sample rules that allow for unlimited access to the entire database:
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if true; } } }
- Upgrade project to the Blaze Plan
- Enable the Google sign-in method in Authentication / Sign-in method
git clone https://github.com/AntlerVC/firetable.git
Create a .env file in the www
directory
-
Get the Firebase Project ID and Web API Key from your Firebase Project’s Settings page. Click the cog icon on the left sidebar (under the Firebase logo) and click Project settings
-
(optional) Get the generated Application ID and Search-Only API Key from the Algolia API Keys page
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_PROJECT_WEB_API_KEY=
REACT_APP_ALGOLIA_APP_ID=
REACT_APP_ALGOLIA_SEARCH_API_KEY=
cd www
yarn
yarn start
Please create issues here.
Make sure to provide console log outputs and screenshots!
Firetable is created and being actively developed by Antler Engineering.
At Antler, we identify and invest in exceptional people.
We’re a global startup generator and early-stage VC firm that builds groundbreaking technology companies.
Apply now to be part of a global cohort of tech founders.