Skip to content
This repository has been archived by the owner on Mar 13, 2020. It is now read-only.

Database structure

Doug Hanke edited this page Apr 26, 2019 · 1 revision

Firestore

Right now the data for Dwellingly is stored in Google Firestore. This is a NoSQL database that stores collections of documents. Data stored includes:

  • Accounts
  • Properties
  • Tenants
  • Leases (associate a Tenant with a Property)
  • Emergency Numbers

Data Structure

We need to upload the data structure

Clone this wiki locally