0
After the user used the Google login option he used this code, but after updating the firebase_auth
for version 0.8.0+1 this code broke:
var fUser = await fAuth.linkWithGoogleCredential(
idToken: userGoogleAuthentication.idToken,
accessToken: userGoogleAuthentication.accessToken);
and returns the following error:
Error: The method 'linkWithGoogleCredential' isn't defined for the class 'FirebaseAuth'.
- 'FirebaseAuth' is from 'package:firebase_auth/firebase_auth.dart'
I didn’t find in the github of lib how to do, there’s showing me exactly how I’m doing.