What is the best way to add properties to a FirebaseUser?
Is there a way to add to the FirebaseUser object?
Or do we need to create a separate /users/ tree in Firebase with each nodes key (for each user) as the users FirebaseUser.getUid() key ?
What is the best way to add properties to a FirebaseUser?
Is there a way to add to the FirebaseUser object?
Or do we need to create a separate /users/ tree in Firebase with each nodes key (for each user) as the users FirebaseUser.getUid() key ?