Hiranya Jayathilaka
Hiranya Jayathilaka
One idea that was suggested by @weixifan was to cache the metadata returned by the first API call, and avoid making another API call when `get_metadata()` is called.
Thanks for reporting this issue. I don't think there's an easy way to reproduce those error conditions in unit tests today. But we just added emulator support in #414. When...
Thanks @bpicolo for the feedback. Making our SDKs more amenable for unit testing is one of our planned objectives this year. We will definitely consider this requirement as part of...
I think this was already implemented in #344 https://pkg.go.dev/firebase.google.com/go/v4/auth#UserToUpdate.ProviderToLink @ToeFungi can you check if this meets your needs?
Ah, that's more of a project management operation. @bojeil-google wdyt?
Thanks for reporting this folks (and the workaround). Looking at the implementation, it seems we have a direct import on httplib2 from one file, and therefore we should probably specify...
This is now being tracked at https://github.com/httplib2/httplib2/issues/207. Hopefully they fix it soon.
This is by design. Why do you want the `GetUser()` to return password information? There's no typical use case that would require that.
@bojeil-google WDYT? Seems like a selective export use case. @derekperkins would it be possible to maintain the mapping between Firebase UIDs and your internal UIDs in Firestore instead?
All our Admin SDKs distinguish between `UserRecord` and `ExportedUserRecord` types. And currently only the "list" operation is meant to return `ExportedUserRecord`.