From 7dd254d891a741e0939cdbfb3641f4e191fd7ab0 Mon Sep 17 00:00:00 2001 From: ehesp Date: Mon, 24 Aug 2020 12:43:28 +0100 Subject: [PATCH] mention non-specific method exception codes --- docs/auth/error-handling.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/auth/error-handling.mdx b/docs/auth/error-handling.mdx index e05ce9740425..93f0f63af69e 100644 --- a/docs/auth/error-handling.mdx +++ b/docs/auth/error-handling.mdx @@ -26,6 +26,9 @@ try { Each method provides various error codes and messages depending on the type of authentication invocation type. The [Reference API](https://pub.dev/documentation/firebase_auth/latest/) provides up-to-date details on the errors for each method. +Other errors such as `too-many-requests` or `operation-not-allowed` may be thrown if you reach the Firebase Authentication quota, +or have not enabled a specific auth provider. + ## Handling `account-exists-with-different-credential` Errors If you enabled the One account per email address setting in the [Firebase console](https://console.firebase.google.com/project/_/authentication/providers),