Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 359 Bytes

errorcodes.md

File metadata and controls

5 lines (5 loc) · 359 Bytes

Error codes

This file stores a list of all possible error codes that will be thrown by the app when something goes wrong

Firebase

  • #001: Firebase Firestore got a realtime update with a type of removed in the classes collection. Classes should never be removed, only modified.
  • #002: Firebase Firestore got a realtime update with no type specified.