Skip to content

Tag: firebase

Firebase Auth: Edit UID

Is it possible to to change a user’s UID in Firebase programmatically? There can’t seem to be a way to do so manually within Firebase’s console. Answer TL;DR: If you need to specify the UID, you’ll need to create a new user with that UID. You can’t directly change the UID, but I …