chat_app_live_stream icon indicating copy to clipboard operation
chat_app_live_stream copied to clipboard

small issue in the code

Open logemann opened this issue 5 years ago • 1 comments

signInWithEmailAndPassword cant be assigned to FirebaseUser directly. Need to do another call like this:

    FirebaseUser user = (await _auth.signInWithEmailAndPassword(
      email: email,
      password: password,
    )).user;

logemann avatar Oct 10 '19 11:10 logemann

But overall i love your code examples. Thanks for supporting the community.

logemann avatar Oct 10 '19 12:10 logemann