I am building an Android App where I am using different ways for the user to register himself, like Email/Password, Phone, Google, Facebook, Twitter. I also
You can use Firebase UID. Simply callFirebaseAuth.getInstance().getUid();
FirebaseAuth.getInstance().getUid();