GoogleSignin icon indicating copy to clipboard operation
GoogleSignin copied to clipboard

I will be showing you how to integrate Google sign-in in your flutter application.

Results 4 GoogleSignin issues
Sort by recently updated
recently updated
newest added

**Line 49 should now be:** FirebaseUser userDetails = (await _firebaseAuth.signInWithCredential(credential)).user;

I add at firebase project ... sha1 and sha256 update googleservice.json but still have this error...help!!!

there is no error in firebase_auth: ^0.6.6 cloud_firestore: ^0.8.2+3 but when i update to firebase_auth: ^0.14.0+8 cloud_firestore: ^0.12.10 error: FirebaseUser firebaseUser = await firebaseAuth.signInWithGoogle (there is a red underline under...

Compiler message: lib/sign%20In%20Screen.dart:31:32: Error: A value of type 'AuthResult' can't be assigned to a variable of type 'FirebaseUser'. - 'AuthResult' is from 'package:firebase_auth/firebase_auth.dart' ('../../../AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/firebase_auth-0.14.0+5/lib/firebase_auth.dart'). - 'FirebaseUser' is from 'package:firebase_auth/firebase_auth.dart' ('../../../AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/firebase_auth-0.14.0+5/lib/firebase_auth.dart')....