Abraham Williams
Abraham Williams
Stashing this here until I have more time to debug.
Update the readme with instructions on getting the source code and setting it up.
Add a contributing guide that describes the process for proposing changes, making pull requests, etc.
When a user signs in, they should be required to confirm their name and agree to terms of service.
Caching the `flutter` directory CI took test run time from 2:30 to 1:10 but the `[ ! -d flutter ]` (if not directory) test isn't working as expected. Figure out...
In `Auth#signInWithGoogle`, handle `googleSignIn.signIn` returning null, or a user clicking cancel (and any other likely to happen failures). If a failure happens then the users should probably be shown an...
Closes #37. Blocked on #66.