Skip to content

Instantly share code, notes, and snippets.

@aaronksaunders
Created May 30, 2019 23:46
Show Gist options
  • Save aaronksaunders/c14012fd466016f4a9ffeb22519a2df0 to your computer and use it in GitHub Desktop.
Save aaronksaunders/c14012fd466016f4a9ffeb22519a2df0 to your computer and use it in GitHub Desktop.
Markdium-Simple Firebase Login Flow in Flutter
void main() => runApp(
ChangeNotifierProvider<AuthService>(
child: MyApp(),
builder: (BuildContext context) {
return AuthService();
},
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment