Auth class
FIXME: エラーハンドリングの実装
See: firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseAuth
- Annotations
Constructors
- Auth()
-
const
Properties
-
currentUser
→ Future<
FirebaseUser> -
現在ログインしてるユーザ [...]
read-only
-
currentUserStream
→ Stream<
FirebaseUser> -
現在ログインしてるユーザのオブザーバ [...]
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
createUserWithEmailAndPassword(
{String email, String password}) → Future< FirebaseUser> - メール+パスワード認証(新規) [...]
-
isSignInWithEmailLink(
String str) → Future< bool> - 認証用メールリンクの文字列であるかどうか
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
sendSignInLinkToEmail(
{String email, String url}) → Future< void> - 認証リンクをメール送信 [...]
-
signInAnonymously(
) → Future< FirebaseUser> - 匿名認証 [...]
-
signInForDebug(
) → Future< FirebaseUser> - 開発環境専用の sign in ロジック [...]
-
signInWithEmailAndLink(
{String email, String link}) → Future< FirebaseUser> - メールリンク認証を行う [...]
-
signInWithEmailAndPassword(
{String email, String password}) → Future< FirebaseUser> - メール+パスワード認証 [...]
-
signOut(
) → Future< void> - サインアウトする
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited