GoogleLogin class
Auth flow for Google
- Do not to forget to add SHA1 and SHA256 to firebase after creating your android studio debug signing key
- Then flutterfire configure -> Downloads new google-services.json
- flutter clean ;)
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signIn(
dynamic authProvider) → Future< UserCredential?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited