Skip to content

Instantly share code, notes, and snippets.

@timbergus
Created June 12, 2019 09:32
Show Gist options
  • Save timbergus/d7600e3b95d1d9d0a16e4753bcdf45bc to your computer and use it in GitHub Desktop.
Save timbergus/d7600e3b95d1d9d0a16e4753bcdf45bc to your computer and use it in GitHub Desktop.
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