Skip to content

Commit 31bd6f2

Browse files
authored
[Auth] Add SAML provider to the compat layer (#5689)
* Add SAML provider to the compat layer * Add changeset
1 parent 477bdef commit 31bd6f2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/big-rocks-scream.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function registerAuthCompat(instance: _FirebaseNamespace): void {
101101
GithubAuthProvider: impl.GithubAuthProvider,
102102
GoogleAuthProvider: impl.GoogleAuthProvider,
103103
OAuthProvider: impl.OAuthProvider,
104-
// SAMLAuthProvider,
104+
SAMLAuthProvider: impl.SAMLAuthProvider,
105105
PhoneAuthProvider: CompatAuthProvider,
106106
PhoneMultiFactorGenerator: impl.PhoneMultiFactorGenerator,
107107
RecaptchaVerifier: CompatRecaptchaVerifier,

0 commit comments

Comments
 (0)