Files
rowy/README.md
Sidney Alcantara 4950a15bd2 Merge branch 'develop' into feature/theme-customisation
* develop: (36 commits)
  update ReExecute to handle >500 documents
  Bump tar from 4.4.13 to 4.4.15 in /cloud_functions/functions
  update wikiLinks
  only allow required value if default value is undefined
  updated field settings
  Bump color-string from 1.5.4 to 1.6.0 in /cloud_functions/functions
  analytics column events test
  moved ft_build to FunctionsBuilder repo
  fix analytics
  redirect missing cloud run url to home/settings
  update ft_actions dependancies
  remove second deploy button
  Google Cloud Shell one click deploy UI
  upgrade dependencies
  fix rowHeight not updating
  SideDrawer Form: fix react-hook-form state calls
  fix dynamic value type not saving, add utilFns
  fix date field
  ConnectTable: add snapshotFields config
  .
  ...
2021-08-06 21:42:05 +10:00

6.4 KiB
Raw Blame History

Firetable

Firetable is an open-source platform to unlock the full potential of Google Firestore

With Firetable, non-technical team members can access Firestore data with a permission controlled intuitive UI while developers can build fast on the GCP stack (manage their data models, create and deploy cloud functions, connect to third party apps via webhooks and APIs...and more!) 🚀

Website · Discord · Twitter

Firetable demo GIF


Live Demo · Get started · Feature request · Report a bug · Discussions


Features

  • Intuitive spreadsheet like interface for Firestore. With Firetable UI you can view and directly edit the data in Firestore but not just that, you can completely manage your existing data model or create from scratch.

    • CRUD operations on your data - Add, edit, and delete rows
    • Create table collections, add column fields
    • Sort and filter data
    • Resize and rename columns
  • Rich set of data fields. 29+ field types supported and growing

    • Basic types: Short Text, Long Text, Email, Phone, URL…
    • Custom UI pickers: Date, Checkbox, Single Select, Multi Select…
    • Uploaders: Image, File
    • Rich Editors: JSON, Code, Rich Text (HTML)
  • Permission controlled views. You can customize who sees what data and what action they can take with powerful set of access controls based on custom user roles. Read more

  • Bulk data actions. You can import and export your Firestore data from/to CSV files.

  • Supercharge your database with your own scripts.

    • Action field: trigger any Cloud Function
    • Derivative field: populate cell with value derived from the rest of the rows values
    • Aggregate field: populate cell with value aggregated from the rows sub-table
  • Integrations with external services.

    • Connect Table uses Algolia to get a snapshot of another tables row values
    • Connect Service uses any HTTP endpoint to get a cell value

Firetable makes it easy to use key Firebase products

Cloud Firestore Firebase Authentication Firebase Functions Firebase Hosting Firebase Storage

Getting started

To set up Firetable, you must be comfortable with working with the command line.

You must have at least a basic understanding of how to use npm and install npm packages globally.

Weve created the Firetable CLI to automate the steps required to set up Firetable.

Read the getting started guide →

Documentation

Were still working on improving our documentation and writing more beginner-friendly guides.

Documentation on GitHub Wiki →

Issues

Open issues

Create issues and bug reports here.
Make sure to provide console log outputs and screenshots!

Roadmap and feature requests


Contributing 🙌

We welcome any contributions from the open source community.

  • Good First Issues project is a good place to start for contributing to Firetable.
  • For new feature or enhancement, please create an issue first or send us a message on Discord so that we can discuss and guide you as needed ahead of you starting the work.