firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
369 stars 131 forks source link

feat(auth): mfaInfo to userhandling so that mfa attributes can be updated via updateuser and set while creating the user. #409

Open Somebodybro opened 3 months ago

Somebodybro commented 3 months ago

The API now also fetches mfa info for the user, when it fetches user data (if mfa info exists)

Integration tests and unit tests worked and new ones have been implemented/old ones fixed to account for mfa.