Created
June 12, 2019 09:32
-
-
Save timbergus/d7600e3b95d1d9d0a16e4753bcdf45bc to your computer and use it in GitHub Desktop.
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
class _MyHomePageState extends State<MyHomePage> { | |
bool logged = false; | |
FirebaseUser user; | |
final FirebaseAuth _auth = FirebaseAuth.instance; | |
[...] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment