firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.13k stars 244 forks source link

FR: MFA support #421

Closed jasperkuperus closed 3 years ago

jasperkuperus commented 3 years ago

Describe your environment

Describe the problem

It would be nice if this library had support for MFA. Specifically, I'd like to get the enrolled second factors for a given user. For Node.js this is available and documented, but I don't see such a feature in this Go library. Are there any plans to add this?

hiranya911 commented 3 years ago

No specific plans yet. But we are accepting PRs if somebody wishes to help speed things along.

jasperkuperus commented 3 years ago

Unfortunately, I don't have time to fully implement MFA. But I did just open a PR to add the MFA info to the user record. This already adds great value in my situation.

hiranya911 commented 3 years ago

PR has been merged and updated to meet our API design requirements. This will be included in the next release.