-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
FeatureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
The current API makes around 4-5 different calls to firebase per user. One for authentication, one for attendance, one for the timetable (we may only require this once), one for marks, and one for Moodle.
Firebase Free Plan allows around 20K writes/day. Considering a single user refreshes app about 3 times a day. A single user makes 12 requests per day. So, we can support a max of 1,666 users. This is an ideal case scenario and even then the number of users is limited to ~1700.
If we reduce the number of refreshes we can support a lot more users.
Metadata
Metadata
Assignees
Labels
FeatureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers