Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #21: Pass localId to user update request #25

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

HeySreelal
Copy link

Fixes #21.

This might a be missed implementation, when sending GoogleCloudIdentitytoolkitV1SetAccountInfoRequest localId (which is basically the UID) was not set to the passed UID. Hence caused #21.

Tested locally, please let me know if we are looking to add tests somehow for this.

Cheers!

@CLAassistant
Copy link

CLAassistant commented Feb 12, 2024

CLA assistant check
All committers have signed the CLA.

@rrousselGit
Copy link
Collaborator

Hello! Sorry for the delay

Could you add a test for this?

@HeySreelal
Copy link
Author

Hey @rrousselGit, no problem! I'll quickly add a test for this one.

@HeySreelal
Copy link
Author

Hi again @rrousselGit, can you please check if the added test case is enough for this? Regards :)

blaugold added a commit to lotum/dart_firebase_admin that referenced this pull request Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating user data based on UID fails
3 participants