KMPAuth icon indicating copy to clipboard operation
KMPAuth copied to clipboard

Unable to get user email in Firebase sign-in callback

Open GvHarish9894 opened this issue 6 months ago • 0 comments

Description: When attempting to log in using Firebase Sign-In, the callback only returns the user name and user UID. However, the user email is missing from the result.

Steps to Reproduce:

Integrate Firebase Sign-In in the app.

Attempt to sign in with a Google account.

Observe the callback result.

Expected Behavior: The callback should return the user email along with the UID and display name.

Actual Behavior: The callback only returns the user UID and display name. Email is null or missing.

Environment:

Firebase Auth SDK version: [your version]

Platform: [Android/iOS]

Sign-in method: Google Sign-In

GvHarish9894 avatar Oct 01 '25 06:10 GvHarish9894