Guest User

Untitled

a guest
Apr 15th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. FirebaseUser user = await FirebaseAuth.instance
  2. .signInWithEmailAndPassword(email: _email, password: _password);
  3. setState(() {
  4. _authHint = 'Success\n\nUser id: ${user.uid}';
  5. });
Add Comment
Please, Sign In to add comment