I\'m making a flutter app for my college project, where I\'m adding a login and signup page and authenticating it via Firebase, and when I click login the debug console says
I face the same issue. Just modify to be:
final FirebaseUser user = (await _auth.signInWithCredential(credential)).user;
See https://github.com/flutter/flutter/issues/38757#issuecomment-522307525