Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1009 Bytes

DEVDOC.md

File metadata and controls

31 lines (29 loc) · 1009 Bytes

The Outer Space Connector Documentation

Firestore

All relevent info for this app's use of Firestore

Database Structure

FirestoreDB/
├── Locations/
│   ├── LOCATION_ID/
│   │   ├── Messages/
│   │   │   ├── MESSAGE_ID
│   │   │   │   ├── name
│   │   │   │   ├── timestamp
│   │   │   │   └── text
│   ├── LOCATION_ID/
│   │   ├── Messages/
│   │   │   ├── MESSAGE_ID
│   │   │   │   ├── name
│   │   │   │   ├── timestamp
│   │   │   │   └── text
│   │   │   ├── MESSAGE_ID
│   │   │   │   ├── name
│   │   │   │   ├── timestamp
│   │   │   │   └── text
│   │   │   ├── MESSAGE_ID
│   │   │   │   ├── name
│   │   │   │   ├── timestamp
│   │   │   │   └── text
└───────────────────────