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 477bdef commit 31bd6f2Copy full SHA for 31bd6f2
.changeset/big-rocks-scream.md
@@ -0,0 +1,6 @@
1
+---
2
+"@firebase/auth-compat": patch
3
+"@firebase/auth": patch
4
5
+
6
+Add SAMLAuthProvider to the compatability layer (it was missing before)
packages/auth-compat/index.ts
@@ -101,7 +101,7 @@ function registerAuthCompat(instance: _FirebaseNamespace): void {
101
GithubAuthProvider: impl.GithubAuthProvider,
102
GoogleAuthProvider: impl.GoogleAuthProvider,
103
OAuthProvider: impl.OAuthProvider,
104
- // SAMLAuthProvider,
+ SAMLAuthProvider: impl.SAMLAuthProvider,
105
PhoneAuthProvider: CompatAuthProvider,
106
PhoneMultiFactorGenerator: impl.PhoneMultiFactorGenerator,
107
RecaptchaVerifier: CompatRecaptchaVerifier,
0 commit comments