Capacitor Firebase Authentication用プラグイン。
applyActionCode- メールで送信された検証codeに検証を適用します。confirmPasswordReset- パスワードのリセットプロセスを完了します。confirmVerificationCode- 電話番号検証プロセスを完了します。createUserWithEmailAndPassword- メールアドレスとパスワードを使用して新しいユーザーアカウントを作成します。新しいアカウントが作成された場合、ユーザーは自動的にログインされます。
Public API
Section titled “Public API”| Method | Description |
|---|---|
applyActionCode | メールで送信された検証codeに検証を適用します。 |
confirmPasswordReset | パスワードのリセットプロセスを完了します。 |
confirmVerificationCode | 電話番号検証プロセスを完了します。 |
createUserWithEmailAndPassword | 新しいユーザー アカウントを作成します。メールアドレスとパスワードを使用します。新しいアカウントが作成された場合、ユーザーは自動的にログインします。 |
deleteUser | ユーザーを削除し、ログアウトします。 |
fetchSignInMethodsForEmail | メールアドレスに紐づくサインイン方法を取得します。 |
getCurrentUser | 現在ログインしているユーザーを取得します。 |
getPendingAuthResult | if your app launched a web sign-in flow and the OS cleans up the app while in the background. SignInResult 現在ログインしているユーザーのFirebase Auth IDトークンを取得します。 |
getIdToken | 現在ログインしているユーザーを識別するために使用されるデシリアライズされたJSON Web Token (JWT)を取得します。 |
getIdTokenResult | redirect-based sign-in flowから取得します。 |
getRedirectResult | テナントIDを取得します。 SignInResult incoming linkがメールアドレスでサインインするための適切なリンクであるかどうかを確認します。 |
getTenantId | Creates a new user account with email and password. If the new account was created, the user is signed in automatically.__CAPGO_KEEP_0__. |
isSignInWithEmailLink | Deletes and signs out the user.__CAPGO_KEEP_0__. signInWithEmailLink. |
linkWithApple | Apple認証プロバイダとユーザーアカウントをリンクします。 |
linkWithEmailAndPassword | Email認証プロバイダとユーザーアカウントをリンクします。 |
linkWithEmailLink | Email認証プロバイダとユーザーアカウントをリンクします。 |
linkWithFacebook | Facebook認証プロバイダとユーザーアカウントをリンクします。 |
linkWithGameCenter | Game Center認証プロバイダとユーザーアカウントをリンクします。 |
linkWithGithub | GitHub認証プロバイダとユーザーアカウントをリンクします。 |
linkWithGoogle | Google認証プロバイダとユーザーアカウントをリンクします。 |
linkWithMicrosoft | Microsoft認証プロバイダとユーザーアカウントをリンクします。 |
linkWithOpenIdConnect | OpenID Connect認証プロバイダとユーザーアカウントをリンクします。 |
linkWithPhoneNumber | 電話番号認証プロバイダとユーザーアカウントをリンクします。 |
linkWithPlayGames | Play Games認証プロバイダとユーザーアカウントをリンクします。 |
linkWithTwitter | Twitter認証プロバイダとユーザーアカウントをリンクします。 |
linkWithYahoo | __CAPGO_KEEP_0__をYahoo認証プロバイダーと紐付けます。 |
reload | ユーザーアカウントデータを再読み込みします。 |
revokeAccessToken | Apple OAuthアクセストークンをサポートしています。 |
sendEmailVerification | 現在のユーザーに確認メールを送信します。 |
sendPasswordResetEmail | パスワードリセットメールを送信します。 |
sendSignInLinkToEmail | 指定されたメールアドレスのユーザーにサインインリンクを送信します。 |
setLanguageCode | 認証オペレーション用のユーザーフェイス言語をcodeに設定します。 |
setPersistence | 現在の保存済みの認証セッションの保存方法を設定します。 |
setTenantId | テナントIDを設定します。 |
signInAnonymously | 匿名ユーザーとしてサインインします。 |
signInWithApple | Appleサインインフローを開始します。 |
signInWithCustomToken | カスタムトークンサインインフローを開始します。 |
signInWithEmailAndPassword | Starts the sign-in flow using an email and password. |
signInWithEmailLink | Signs in using an email and sign-in email link. |
signInWithFacebook | Starts the Facebook sign-in flow. |
signInWithGameCenter | Starts the Game Center sign-in flow. |
signInWithGithub | Starts the GitHub sign-in flow. |
signInWithGoogle | Starts the Google sign-in flow. |
signInWithMicrosoft | Starts the Microsoft sign-in flow. |
signInWithOpenIdConnect | Starts the OpenID Connect sign-in flow. |
signInWithPhoneNumber | Starts the sign-in flow using a phone number. |
signInWithPlayGames | Starts the Play Games sign-in flow. |
signInWithTwitter | Starts the Twitter sign-in flow. |
signInWithYahoo | Starts the Yahoo sign-in flow. |
signOut | Starts the sign-out flow. |
unlink | プロバイダをユーザーアカウントから削除します。 |
updateEmail | 現在ログイン中のユーザーのメールアドレスを更新します。 |
updatePassword | 現在ログイン中のユーザーのパスワードを更新します。 |
updateProfile | ユーザーのプロファイルデータを更新します。 |
useAppLanguage | ユーザーに表示される言語codeをデフォルトのアプリ言語に設定します。 |
useEmulator | Authentication エミュレータとアプリを連携するための設定を追加します。 |
verifyBeforeUpdateEmail | 現在ログイン中のユーザーの新しいメールアドレスを確認する前にメールアドレスを更新します。 |
checkAppTrackingTransparencyPermission | アプリのトラッキング透明性の現在のステータスを確認します。 |
requestAppTrackingTransparencyPermission | アプリのトラッキング透明性のシステムダイアログを開きます。 |
addListener | ユーザーのログイン状態の変更を監視します。 |
addListener | 現在ログイン中のユーザーのIDトークンの変更を監視します。 |
addListener | 電話番号の検証が完了したときに通知を受ける |
addListener | 電話番号の検証が失敗したときに通知を受ける |
addListener | 電話番号の検証がcodeしたときに通知を受ける |
removeAllListeners | このプラグインのすべてのリスナーを削除する |
getPluginVersion | このプラグインのバージョンを取得する |
真実の源
「真実の源」このリファレンスは src/definitions.ts から capacitor-firebase.
から@capgo/capacitor-firebase-authenticationを続ける
「@capgo/capacitor-firebase-authenticationから続ける」あなたが @capgo/capacitor-firebase-authentication を使用している場合、 @capgo/capacitor-social-login for the implementation detail in @capgo/capacitor-social-login, @capgo/capacitor-social-login for the implementation detail in @capgo/capacitor-passkey, @capgo/capacitor-social-login for the implementation detail in @capgo/capacitor-native-biometric, @__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-passkey の実装詳細は @__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-passkeyで確認してください。 SSO (Enterprise) の実装詳細について。