Skip to content

Commit

Permalink
[Auth] Add SAML provider to the compat layer (#5689)
Browse files Browse the repository at this point in the history
* Add SAML provider to the compat layer

* Add changeset
  • Loading branch information
sam-gc committed Nov 1, 2021
1 parent 477bdef commit 31bd6f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/big-rocks-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@firebase/auth-compat": patch
"@firebase/auth": patch
---

Add SAMLAuthProvider to the compatability layer (it was missing before)
2 changes: 1 addition & 1 deletion packages/auth-compat/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function registerAuthCompat(instance: _FirebaseNamespace): void {
GithubAuthProvider: impl.GithubAuthProvider,
GoogleAuthProvider: impl.GoogleAuthProvider,
OAuthProvider: impl.OAuthProvider,
// SAMLAuthProvider,
SAMLAuthProvider: impl.SAMLAuthProvider,
PhoneAuthProvider: CompatAuthProvider,
PhoneMultiFactorGenerator: impl.PhoneMultiFactorGenerator,
RecaptchaVerifier: CompatRecaptchaVerifier,
Expand Down

0 comments on commit 31bd6f2

Please sign in to comment.