Skip to content

Instantly share code, notes, and snippets.

@felangel
Created August 4, 2019 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felangel/8d2c8eee4f4c53c48d529b2662279aaa to your computer and use it in GitHub Desktop.
Save felangel/8d2c8eee4f4c53c48d529b2662279aaa to your computer and use it in GitHub Desktop.
[flutter_firestore_todos] user repository base
abstract class UserRepository {
Future<bool> isAuthenticated();
Future<void> authenticate();
Future<String> getUserId();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment