-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorder RecaptchaVerifier params so auth is the first param #7326
Conversation
🦋 Changeset detectedLatest commit: ef0d4f9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment about compat, rest LGTM. Thanks!
We should also update external docs in https://firebase.google.com/docs/auth/web/phone-auth#set-up-the-recaptcha-verifier, which reference the snippets in https://github.com/firebase/snippets-web/blob/8fc7be2dc9ea398e63f57222d02428f8fa506a11/auth/phone-auth.js#L18-L24, once this is released. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's wait till June 19/20 to merge this, since it is a breaking change. FYI @hsubox76
I tested phone auth on both the auth and auth-compat demos to exercise the recaptcha flow and was able to sign in successfully with both. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Reorder RecaptchaVerifier params so auth is the first param (b/273333245)