firebase / firebase-admin-go

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

Fix incorrect import of user metadata. #444

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

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

valery-barysok commented 3 years ago

@googlebot I signed it!

hiranya911 commented 3 years ago

PR should be sent against the dev branch. And also please add some tests to verify this behavior.