Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Database

Jenda Kolena edited this page Jul 30, 2020 · 23 revisions

Firestore Collections

registrations

Key: eHRID

Attributes:

  • platform (android/ ios)
  • platformVersion (system version, e.g. 10.0.4)
  • manufacturer (phone manufacturer, e.g. Samsung)
  • model (phone model, e.g. Galaxy S7)
  • locale (phone language, e.g. cs_CZ)
  • createdAt (timestamp of creation)
  • lastNotificationStatus (string)
  • lastNotificationUpdatedAt (timestamp)

notificationCounter

Key: eHRID

Attributes:

  • date (timestamp)
  • notificationCount (Int)

dailyNotificationAttemptEhrid

Key: eHRID

Attributes:

  • date (DATE)
  • attemptCount (Int)

dailyNotificationAttemptIP

Key: IP (string)

Attributes:

  • date (DATE)
  • attemptCount (Int)
Clone this wiki locally