We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153d5e5 commit 2e127f3Copy full SHA for 2e127f3
etc/firebase-admin.auth.api.md
@@ -381,7 +381,7 @@ export interface RecaptchaKey {
381
}
382
383
// @public
384
-export type RecaptchaKeyClientType = 'WEB';
+export type RecaptchaKeyClientType = 'WEB' | 'IOS' | 'ANDROID';
385
386
387
export interface RecaptchaManagedRule {
src/auth/auth-config.ts
@@ -1751,9 +1751,9 @@ export interface RecaptchaManagedRule {
1751
1752
1753
/**
1754
- * The key's platform type: only web is currently supported.
+ * The key's platform type.
1755
*/
1756
1757
1758
1759
* The reCAPTCHA key config.
0 commit comments