firebaseIdp property
FirebaseIdp
get
firebaseIdp
Accessor for the configured Firebase Idp instance. By default this uses the global instance configured in AuthServices.
If you want to use a different instance, override this getter.
Implementation
FirebaseIdp get firebaseIdp => AuthServices.instance.firebaseIdp;