Alan Kleymeyer
Alan Kleymeyer
Need to migrate to cloud_firestore library from firebase_database library. GroupsManager groups LocationsManager locations ProfileManager users
What is a valid email id? I'm unable to use valid dynamic gmail addresses with special characters (+, .) We should distinguish "correct" email address (what user provided) and correctly...
Implement Testing Route that you can be used to setup Unit Tests. The first one can run through list of locations and make Firebase call to update locations Table for...
Consider caching user preferences and skipping login and Group selection on startup. Once a user logs in, we can keep them "logged in" for a period of time or until...
To take advantage of Cloud Firestore LIVE features where you are notified as data changes, we need to connect to a query of locations given a list of user ids....
On Sign-in, we can simply retrieve the single User row for the email provided, limiting the amount of data being downloaded during sign-in.
In Groups list, add a delete icon to each row?