We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e402f commit 6c7d079Copy full SHA for 6c7d079
.changeset/short-dogs-smell.md
@@ -0,0 +1,5 @@
1
+---
2
+'@firebase/auth': patch
3
4
+
5
+Raise error if calling initializeRecaptchaConfig in node env
packages/auth/src/platform_node/index.ts
@@ -101,6 +101,7 @@ export const linkWithRedirect = fail;
101
export const reauthenticateWithRedirect = fail;
102
export const getRedirectResult = fail;
103
export const RecaptchaVerifier = FailClass;
104
+export const initializeRecaptchaConfig = fail;
105
export class PhoneMultiFactorGenerator {
106
static assertion(): unknown {
107
throw NOT_AVAILABLE_ERROR;
0 commit comments