-
Notifications
You must be signed in to change notification settings - Fork 269
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
Add Firebase Auth MFA info to user record #745
base: master
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Thank you @edwardmp for your contribution! Changes to the public API interface requires an internal API review. Please stay tuned. @prameshj @pragatimodi tagging as FYI. I think we will need an API review for this. Thanks! |
Hi @prameshj & @pragatimodi, do you have any time to take a look? 🙏 |
@pragatimodi Would you be able to review this? Thanks! Also FYI @renkelvin |
Thanks for making the change and contributing to this repository!
|
@pragatimodi thanks for the review!
By the way, happy to help, just wondering why Google/Firebase itself hasn't target parity with the Identity platform API yet as to MFA? |
@edwardmp Apologies for the delay, please find my responses below -
Hope this helps. Thanks for contributing to the Firebase Identity platform API. We're actively working on adding MFA support to our SDKs. NodeJS and Golang SDKs already have this feature, and the rest of the SDKs are in progress. We anticipate it will be available sometime in the near future. Thanks for your interest! |
Thanks for the response. Would be happy to expand my PR to include this, just confused by your final remark
So is Google already working on this, i.e. is there no point for me to work on this right now or..? |
I was clarifying a point on adding feature parity there. We welcome any contributions you may be able to make to the repository to help us accelerate the development process and glad to review any PRs! |
@pragatimodi hey, I finally have some time to improve this PR, but beforeI dive in, to avoid duplicate work, wanted to make sure Firebase/Google doesn't already have something in the works for this? Thanks in advance |
Hi @edwardmp |
Hi,
I noticed this SDK doesn't yet expose MFA info supported by Identity platform.
The issue ##645 also mentions this.
So I implemented it :) Let me know what you think