Skip to content

Latest commit

 

History

History

notifications

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Notifications

Firestore data model

{
  id: string,
  userId: string,
  message: string,
  createdOn: unix-timestamp,
  type: string
}