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
Michael Marturana edited this page Apr 21, 2021
·
2 revisions
The default implementation of Ground relies on several services provided by the Firebase platform, including authentication, analytics, and data storage and retrieval.
Currently, Ground uses the following Firebase components:
Cloud Firestore is used for storing Ground data, which is organized into collections and documents. For more information on how Ground data is is represented in Cloud Firestore, see Cloud Firestore Representation.