You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2020. It is now read-only.
What elements of the API are still up in the air? (Aside from #2, obviously).
For example, are there endpoints that still need to be constructed? Is the current FIrebase function set that calls into Firestore extensible enough? Should we fish or cut bait?
Things we know will need to be created:
Business logic
Joins in data (right now we can get all users or all tenants, but there is no join of data to get all the tenants that belong to a particular property)
Stretch goal: there was, at one point, the idea that we might have multiple organizations. What changes need to be made to the data structures to handle this?
The text was updated successfully, but these errors were encountered:
What elements of the API are still up in the air? (Aside from #2, obviously).
For example, are there endpoints that still need to be constructed? Is the current FIrebase function set that calls into Firestore extensible enough? Should we fish or cut bait?
Things we know will need to be created:
The text was updated successfully, but these errors were encountered: