Skip to content

Firestore Structure

Alex Ball edited this page Nov 8, 2022 · 2 revisions

We use Firestore for our application database. It is a NoSQL database that you can think about as "JSON documents in folders". Each document has a path like /generalCourts/192/.... Whether a user can access a document is determined by these security rules.

You can explore the database from the Firebase console or from the emulator UI if you run the emulator.

Clone this wiki locally