Firebase Web API的所有身份验证/错误列表

阿尔伯特

为了处理所有可能的auth/错误,Firebase可以返回某种程度上无效的登录名,我正在搜索所有auth/错误的完整列表

我可以在旧版和新版文档中找到使用Swift的iOS列表,但找不到Web API的列表。

有人知道auth/列出Web API所有错误的资源吗?还是因为我的错误处理方法设置不正确,所以不需要这样的列表吗?


样本片段:

firebase.auth().createUserWithEmailAndPassword(account.mail, account.password).catch(function(error) {
                // TODO: Notify user about error
                var errorCode = error.code;
                var errorMessage = error.message;
                console.log(errorCode)
                console.log(errorMessage)
                if (errorCode === 'auth/email-already-in-use') {
                    console.log('Mail in use')
                    $state.go('register.mail_in_use')
                }
            });
巴西

firebase-auth.js缩小的CDN文件中文件中提取了此文件键被添加到其中auth/,并且值是默认错误消息。我希望这会有所帮助,但我也希望能提出更好的解决方案。

您也可以查看TypeScript源代码或已转译的JavaScript这些文件包含有用的枚举和常量,但是将它们标记为私有和受保护。

authErrors = {
    "admin-restricted-operation": "This operation is restricted to administrators only.",
    "argument-error": "",
    "app-not-authorized": "This app, identified by the domain where it's hosted, is not authorized to use Firebase Authentication with the provided API key. Review your key configuration in the Google API console.",
    "app-not-installed": "The requested mobile application corresponding to the identifier (Android package name or iOS bundle ID) provided is not installed on this device.",
    "captcha-check-failed": "The reCAPTCHA response token provided is either invalid, expired, already used or the domain associated with it does not match the list of whitelisted domains.",
    "code-expired": "The SMS code has expired. Please re-send the verification code to try again.",
    "cordova-not-ready": "Cordova framework is not ready.",
    "cors-unsupported": "This browser is not supported.",
    "credential-already-in-use": "This credential is already associated with a different user account.",
    "custom-token-mismatch": "The custom token corresponds to a different audience.",
    "requires-recent-login": "This operation is sensitive and requires recent authentication. Log in again before retrying this request.",
    "dynamic-link-not-activated": "Please activate Dynamic Links in the Firebase Console and agree to the terms and conditions.",
    "email-change-needs-verification": "Multi-factor users must always have a verified email.",
    "email-already-in-use": "The email address is already in use by another account.",
    "expired-action-code": "The action code has expired. ",
    "cancelled-popup-request": "This operation has been cancelled due to another conflicting popup being opened.",
    "internal-error": "An internal error has occurred.",
    "invalid-app-credential": "The phone verification request contains an invalid application verifier. The reCAPTCHA token response is either invalid or expired.",
    "invalid-app-id": "The mobile app identifier is not registed for the current project.",
    "invalid-user-token": "This user's credential isn't valid for this project. This can happen if the user's token has been tampered with, or if the user isn't for the project associated with this API key.",
    "invalid-auth-event": "An internal error has occurred.",
    "invalid-verification-code": "The SMS verification code used to create the phone auth credential is invalid. Please resend the verification code sms and be sure use the verification code provided by the user.",
    "invalid-continue-uri": "The continue URL provided in the request is invalid.",
    "invalid-cordova-configuration": "The following Cordova plugins must be installed to enable OAuth sign-in: cordova-plugin-buildinfo, cordova-universal-links-plugin, cordova-plugin-browsertab, cordova-plugin-inappbrowser and cordova-plugin-customurlscheme.",
    "invalid-custom-token": "The custom token format is incorrect. Please check the documentation.",
    "invalid-dynamic-link-domain": "The provided dynamic link domain is not configured or authorized for the current project.",
    "invalid-email": "The email address is badly formatted.",
    "invalid-api-key": "Your API key is invalid, please check you have copied it correctly.",
    "invalid-cert-hash": "The SHA-1 certificate hash provided is invalid.",
    "invalid-credential": "The supplied auth credential is malformed or has expired.",
    "invalid-message-payload": "The email template corresponding to this action contains invalid characters in its message. Please fix by going to the Auth email templates section in the Firebase Console.",
    "invalid-multi-factor-session": "The request does not contain a valid proof of first factor successful sign-in.",
    "invalid-oauth-provider": "EmailAuthProvider is not supported for this operation. This operation only supports OAuth providers.",
    "invalid-oauth-client-id": "The OAuth client ID provided is either invalid or does not match the specified API key.",
    "unauthorized-domain": "This domain is not authorized for OAuth operations for your Firebase project. Edit the list of authorized domains from the Firebase console.",
    "invalid-action-code": "The action code is invalid. This can happen if the code is malformed, expired, or has already been used.",
    "wrong-password": "The password is invalid or the user does not have a password.",
    "invalid-persistence-type": "The specified persistence type is invalid. It can only be local, session or none.",
    "invalid-phone-number": "The format of the phone number provided is incorrect. Please enter the phone number in a format that can be parsed into E.164 format. E.164 phone numbers are written in the format [+][country code][subscriber number including area code].",
    "invalid-provider-id": "The specified provider ID is invalid.",
    "invalid-recipient-email": "The email corresponding to this action failed to send as the provided recipient email address is invalid.",
    "invalid-sender": "The email template corresponding to this action contains an invalid sender email or name. Please fix by going to the Auth email templates section in the Firebase Console.",
    "invalid-verification-id": "The verification ID used to create the phone auth credential is invalid.",
    "invalid-tenant-id": "The Auth instance's tenant ID is invalid.",
    "multi-factor-info-not-found": "The user does not have a second factor matching the identifier provided.",
    "multi-factor-auth-required": "Proof of ownership of a second factor is required to complete sign-in.",
    "missing-android-pkg-name": "An Android Package Name must be provided if the Android App is required to be installed.",
    "auth-domain-config-required": "Be sure to include authDomain when calling firebase.initializeApp(), by following the instructions in the Firebase console.",
    "missing-app-credential": "The phone verification request is missing an application verifier assertion. A reCAPTCHA response token needs to be provided.",
    "missing-verification-code": "The phone auth credential was created with an empty SMS verification code.",
    "missing-continue-uri": "A continue URL must be provided in the request.",
    "missing-iframe-start": "An internal error has occurred.",
    "missing-ios-bundle-id": "An iOS Bundle ID must be provided if an App Store ID is provided.",
    "missing-multi-factor-info": "No second factor identifier is provided.",
    "missing-multi-factor-session": "The request is missing proof of first factor successful sign-in.",
    "missing-or-invalid-nonce": "The request does not contain a valid nonce. This can occur if the SHA-256 hash of the provided raw nonce does not match the hashed nonce in the ID token payload.",
    "missing-phone-number": "To send verification codes, provide a phone number for the recipient.",
    "missing-verification-id": "The phone auth credential was created with an empty verification ID.",
    "app-deleted": "This instance of FirebaseApp has been deleted.",
    "account-exists-with-different-credential": "An account already exists with the same email address but different sign-in credentials. Sign in using a provider associated with this email address.",
    "network-request-failed": "A network error (such as timeout, interrupted connection or unreachable host) has occurred.",
    "no-auth-event": "An internal error has occurred.",
    "no-such-provider": "User was not linked to an account with the given provider.",
    "null-user": "A null user object was provided as the argument for an operation which requires a non-null user object.",
    "operation-not-allowed": "The given sign-in provider is disabled for this Firebase project. Enable it in the Firebase console, under the sign-in method tab of the Auth section.",
    "operation-not-supported-in-this-environment": 'This operation is not supported in the environment this application is running on. "location.protocol" must be http, https or chrome-extension and web storage must be enabled.',
    "popup-blocked": "Unable to establish a connection with the popup. It may have been blocked by the browser.",
    "popup-closed-by-user": "The popup has been closed by the user before finalizing the operation.",
    "provider-already-linked": "User can only be linked to one identity for the given provider.",
    "quota-exceeded": "The project's quota for this operation has been exceeded.",
    "redirect-cancelled-by-user": "The redirect operation has been cancelled by the user before finalizing.",
    "redirect-operation-pending": "A redirect sign-in operation is already pending.",
    "rejected-credential": "The request contains malformed or mismatching credentials.",
    "second-factor-already-in-use": "The second factor is already enrolled on this account.",
    "maximum-second-factor-count-exceeded": "The maximum allowed number of second factors on a user has been exceeded.",
    "tenant-id-mismatch": "The provided tenant ID does not match the Auth instance's tenant ID",
    timeout: "The operation has timed out.",
    "user-token-expired": "The user's credential is no longer valid. The user must sign in again.",
    "too-many-requests": "We have blocked all requests from this device due to unusual activity. Try again later.",
    "unauthorized-continue-uri": "The domain of the continue URL is not whitelisted.  Please whitelist the domain in the Firebase console.",
    "unsupported-first-factor": "Enrolling a second factor or signing in with a multi-factor account requires sign-in with a supported first factor.",
    "unsupported-persistence-type": "The current environment does not support the specified persistence type.",
    "unsupported-tenant-operation": "This operation is not supported in a multi-tenant context.",
    "unverified-email": "The operation requires a verified email.",
    "user-cancelled": "The user did not grant your application the permissions it requested.",
    "user-not-found": "There is no user record corresponding to this identifier. The user may have been deleted.",
    "user-disabled": "The user account has been disabled by an administrator.",
    "user-mismatch": "The supplied credentials do not correspond to the previously signed in user.",
    "user-signed-out": "",
    "weak-password": "The password must be 6 characters long or more.",
    "web-storage-unsupported": "This browser is not supported or 3rd party cookies and data may be disabled."
}

上次更新时间:2020年10月

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

带有身份验证令牌的提琴手multipart / form-data asp.net Web API 2

来自分类Dev

带有身份验证令牌的Fiddler multipart / form-data asp.net Web API 2

来自分类Dev

Firebase身份验证:令牌存储在Web的何处?

来自分类Dev

Firebase身份验证成功,但返回空用户(Web)

来自分类Dev

如何通过Web api2控制器使用Firebase令牌身份验证

来自分类Dev

带有Firebase身份验证的Flutter Web开发人员:MissingPluginException

来自分类Dev

使用具有身份验证的PHP的Firebase REST访问

来自分类Dev

使用具有身份验证的PHP的Firebase REST访问

来自分类Dev

当使用ASP.NET Core Web API中没有身份的cookie身份验证时,如何在登录时刷新CSRF令牌

来自分类Dev

调用现有服务的新网站的最佳架构(具有身份验证和授权的 ASP.NET Web API)

来自分类Dev

Web API身份验证

来自分类Dev

Firebase身份验证 更新所有项目文件

来自分类Dev

列出Firebase身份验证中的所有用户

来自分类Dev

如何在应用程序脚本gmail中的请求标头中使用具有身份验证的Firebase API用户添加在项目上

来自分类Dev

Firebase 身份验证 - Googlesheets“请求缺少有效的 API 密钥。” 错误 403

来自分类Dev

Firebase NPM身份验证错误

来自分类Dev

如何在加载我的网页之前确定Firebase Web身份验证的优先级

来自分类Dev

Firebase Web身份验证并添加到数据库

来自分类Dev

Firebase (Web) twitter 身份验证重定向到登录页面(使用 React)

来自分类Dev

从 Web 应用程序中删除经 Firebase 身份验证的用户

来自分类Dev

Firebase Web:电话身份验证传递数据以重定向

来自分类Dev

ionic,firebase:如何从firebase身份验证中获取所有用户电子邮件

来自分类Dev

Web API中的身份验证

来自分类Dev

Web API 2身份验证

来自分类Dev

MVC Web Api身份验证失败

来自分类Dev

OWIN身份验证失败-Web API

来自分类Dev

我是不熟悉Web的人,如何使用Firebase电话身份验证对用户进行身份验证,有没有办法让用户保持登录状态?

来自分类Dev

Firebase电话身份验证可以仅用于设备所有权验证吗?

来自分类Dev

如何处理Firebase身份验证错误?/迅捷/ Firebase

Related 相关文章

  1. 1

    带有身份验证令牌的提琴手multipart / form-data asp.net Web API 2

  2. 2

    带有身份验证令牌的Fiddler multipart / form-data asp.net Web API 2

  3. 3

    Firebase身份验证:令牌存储在Web的何处?

  4. 4

    Firebase身份验证成功,但返回空用户(Web)

  5. 5

    如何通过Web api2控制器使用Firebase令牌身份验证

  6. 6

    带有Firebase身份验证的Flutter Web开发人员:MissingPluginException

  7. 7

    使用具有身份验证的PHP的Firebase REST访问

  8. 8

    使用具有身份验证的PHP的Firebase REST访问

  9. 9

    当使用ASP.NET Core Web API中没有身份的cookie身份验证时,如何在登录时刷新CSRF令牌

  10. 10

    调用现有服务的新网站的最佳架构(具有身份验证和授权的 ASP.NET Web API)

  11. 11

    Web API身份验证

  12. 12

    Firebase身份验证 更新所有项目文件

  13. 13

    列出Firebase身份验证中的所有用户

  14. 14

    如何在应用程序脚本gmail中的请求标头中使用具有身份验证的Firebase API用户添加在项目上

  15. 15

    Firebase 身份验证 - Googlesheets“请求缺少有效的 API 密钥。” 错误 403

  16. 16

    Firebase NPM身份验证错误

  17. 17

    如何在加载我的网页之前确定Firebase Web身份验证的优先级

  18. 18

    Firebase Web身份验证并添加到数据库

  19. 19

    Firebase (Web) twitter 身份验证重定向到登录页面(使用 React)

  20. 20

    从 Web 应用程序中删除经 Firebase 身份验证的用户

  21. 21

    Firebase Web:电话身份验证传递数据以重定向

  22. 22

    ionic,firebase:如何从firebase身份验证中获取所有用户电子邮件

  23. 23

    Web API中的身份验证

  24. 24

    Web API 2身份验证

  25. 25

    MVC Web Api身份验证失败

  26. 26

    OWIN身份验证失败-Web API

  27. 27

    我是不熟悉Web的人,如何使用Firebase电话身份验证对用户进行身份验证,有没有办法让用户保持登录状态?

  28. 28

    Firebase电话身份验证可以仅用于设备所有权验证吗?

  29. 29

    如何处理Firebase身份验证错误?/迅捷/ Firebase

热门标签

归档