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

fix(auth): Fixing the error response parsing of ImportUsersAsync() #224

Closed hiranya911 closed 4 years ago

hiranya911 commented 4 years ago

I was trying to improve the test coverage of this API, and in the processes uncovered several bugs and documentation errors. Specifically the current implementation does not correctly handle user import error responses due to issues in response unmarshaling (missing setters and constructors). I've addressed these issues here.

RELEASE NOTE: Fixed a bug in the ImportUsersAsync() that was preventing the correct handling of user import errors.