GoogleLogin class

Auth flow for Google

  1. Do not to forget to add SHA1 and SHA256 to firebase after creating your android studio debug signing key
  2. Then flutterfire configure -> Downloads new google-services.json
  3. flutter clean ;)

Constructors

GoogleLogin()

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