FirebaseAuthenticationService constructor

FirebaseAuthenticationService({
  1. @Deprecated('Pass in the appleRedirectUri through the signInWithApple function') String? appleRedirectUri,
  2. @Deprecated('Pass in the appleClientId through the signInWithApple function') String? appleClientId,
  3. Logger? log,
})

Implementation

FirebaseAuthenticationService({
  @Deprecated(
      'Pass in the appleRedirectUri through the signInWithApple function')
  String? appleRedirectUri,
  @Deprecated(
      'Pass in the appleClientId through the signInWithApple function')
  String? appleClientId,
  this.log,
});