-
Notifications
You must be signed in to change notification settings - Fork 248
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
feat(auth): Add TotpInfo
field to UserRecord
#558
Closed
Closed
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
54b8114
Merge dev into master
google-oss-bot cef91ac
Merge dev into master
google-oss-bot 77177c7
Merge dev into master
google-oss-bot a957589
Merge dev into master
google-oss-bot eb0d2a0
Merge dev into master
google-oss-bot 05378ef
Merge dev into master
google-oss-bot 4121c50
Merge dev into master
google-oss-bot 928b104
Merge dev into master
google-oss-bot 02cde4f
Merge dev into master
google-oss-bot 6b40682
Merge dev into master
google-oss-bot e60757f
Merge dev into master
google-oss-bot bb055ed
Merge dev into master
google-oss-bot 23a1f17
Merge dev into master
google-oss-bot 1d24577
Merge dev into master
google-oss-bot 61c6c04
Merge dev into master
google-oss-bot 3f140e0
Adding TotpInfo to userRecord
pragatimodi e178eb3
Add MFA fixes
pragatimodi 8c41cc7
Addressing feedback
pragatimodi 4c5e08f
Adding struct "`TOTPMultiFactorInfo`" as per review discussion.
pragatimodi d29e057
Addressing PR feedback
pragatimodi 6921afb
Addressing PR feedback
pragatimodi ce0bac0
adding `deprecated` tag to `PhoneNumber` field
pragatimodi 79321fe
Merge branch 'totp-user-record' of https://github.com/firebase/fireba…
pragatimodi b756b71
Merge branch 'dev' into totp-user-record
pragatimodi 939d6c0
Keep `PhoneNumber` field in `MultiFactorInfo` for compatibility
pragatimodi 09d8eaa
Merge branch 'totp-user-record' of https://github.com/firebase/fireba…
pragatimodi f448782
Validation logic fix
pragatimodi 336ca6d
lint fix
pragatimodi 587f0df
Adding TotpInfo to userRecord
pragatimodi 34b2f98
Add MFA fixes
pragatimodi 3535bbd
Addressing feedback
pragatimodi e13f10c
Adding struct "`TOTPMultiFactorInfo`" as per review discussion.
pragatimodi b1a5ac8
Addressing PR feedback
pragatimodi 7495d4f
adding `deprecated` tag to `PhoneNumber` field
pragatimodi b4a93cf
Addressing PR feedback
pragatimodi afce475
Keep `PhoneNumber` field in `MultiFactorInfo` for compatibility
pragatimodi afdd057
Validation logic fix
pragatimodi b9aa6d6
lint fix
pragatimodi 939a446
Merge branch 'totp-user-record' of https://github.com/firebase/fireba…
pragatimodi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is this a user-facing field? If yes, we need an API review for it, right?
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.
Yes
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.
So we cannot merge this until the API change is approved, right? Can we keep PhoneNumber for now and merge the rest?
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.
Working on the API proposal for this.