Created
May 30, 2019 23:46
-
-
Save aaronksaunders/c14012fd466016f4a9ffeb22519a2df0 to your computer and use it in GitHub Desktop.
Markdium-Simple Firebase Login Flow in Flutter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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