-
Notifications
You must be signed in to change notification settings - Fork 133
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
[FR] Missing MultiFactor property in UserRecord #379
Comments
I found a few problems with this issue:
|
In the meantime, I ended up creating a custom HttpClientFactory to add a custom DelegatingHandler with a Channel. And subscribe to it to capture the Response content. |
Hey! I made a fork for this here and started working on this so i'll make a pr when that is done. There are some new things I need to do, like adding a list property to userRecordArgs, but that should be fine. There should not be any other problem in doing this except adding the fields and making them serialize/deserialize correctly. This is my first time contributing to the firebase .net sdk repo, so if you see anything dubious in the fork a bit later, when I've gotten it to works and such, do say something here, so that I can fix it before piling on a lot of work on a misguided version! |
I created a pullrequest for this! If there is any deeper discussion to be had about it, that cannot be handled within the pr comments, I think that can be had here? |
@lahirumaramba My pull request has been floating around for a while. |
Hi,
The MultiFactor property is missing in the .NET (and Java) implementation of UserRecord.
Other implementations like Go, Python, and Node already have it.
While we wait for it to be added, is there any recommendation to get the raw response returned by the accounts:lookup call?
Thanks
The text was updated successfully, but these errors were encountered: