firebase / firebase-admin-go

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

fix(auth): Fix incorrect import of partial user metadata. #445

Closed valery-barysok closed 3 years ago

valery-barysok commented 3 years ago

It fixes the import issue described in https://github.com/firebase/firebase-admin-go/issues/443

valery-barysok commented 3 years ago

@hiranya911, I added test cases and created PR to dev branch.

hiranya911 commented 3 years ago

CI has detected some code formatting issues. Please run gofmt and push the changes.

valery-barysok commented 3 years ago

@hiranya911, I resolved all comments. Could you please take a look?