firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.12k stars 239 forks source link

Getting incorrect user email (I get old email instead current) #624

Open mblasi opened 1 month ago

mblasi commented 1 month ago

[REQUIRED] Step 2: Describe your environment

[REQUIRED] Step 3: Describe the problem

Steps to reproduce:

When getting user by ID, I get a UserRecord with a very-very-old Email. I cant find that email configured in any place at google workspache user profile anymore.

Relevant Code:

This is the function I'm using.

https://pkg.go.dev/firebase.google.com/go/auth#Client.GetUser