dart_firebase_admin
dart_firebase_admin copied to clipboard
Fix #21: Pass localId to user update request
trafficstars
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!
Hello! Sorry for the delay
Could you add a test for this?
Hey @rrousselGit, no problem! I'll quickly add a test for this one.
Hi again @rrousselGit, can you please check if the added test case is enough for this? Regards :)
LGTM, thanks!