signIn static method

AuthProvider for performing Authentication.signIn.

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

An AuthQuery for anonymous authentication.

No email address, etc. will be created, only a user ID.

Basically, if you log out or reinstall the application, you cannot log in again.

匿名認証を行うためのAuthQuery

メールアドレス等は作成されず、ユーザーIDのみが作成されます。

基本的にログアウトしたりアプリを再インストールした場合、再ログインすることはできません。

Implementation

static AnonymouslySignInAuthProvider signIn() {
  return const AnonymouslySignInAuthProvider();
}