Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Data structure

guidux edited this page Mar 24, 2018 · 1 revision

incidents

  • timestamp [timestamp]
  • description [String]
  • geopoint [geopoint]
  • labels (Array[String])
  • title [string]
  • user [reference] (reference to user document)
  • image [string] (path to storage)

user

  • firstName [string]
  • lastName [string]
  • phoneNumber [number??]
  • email [string]
  • profilePicture [string] (path to storage)
Clone this wiki locally