The user's Firebase UID. This is unique within a project. Dictionary of all the identities that are associated with this user's account.
Firebase users have a fixed set of basic properties—a unique ID, a primary email address, a name and a photo URL—stored in the project's user database, that can be updated by the user (iOS, Android, web).
You create a new user in your Firebase project by calling the createUserWithEmailAndPassword method or by signing in a user for the first time using a federated identity provider, such as Google Sign-In or Facebook Login.
Can the Firebase user id change? What I talk about is this, FirebaseAuth.getInstance().getCurrentUser().getUid()
If user delete his account like it is described here Manage-users. I was assuming the getUid()
id was tied to the E-Mail right, or!?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With