SignInAuthProvider constructor

const SignInAuthProvider({
  1. bool allowMultiProvider = true,
})

AuthProvider for performing Authentication.signIn.

allowMultiProvider is a flag that allows multiple providers to be used.

Authentication.signInを実行するためのAuthProvider

allowMultiProviderは複数のプロバイダーを利用することを許可するフラグです。

Implementation

const SignInAuthProvider({
  this.allowMultiProvider = true,
});