I'm starting on kotlin and Firebase
I'm using the AuthUI to login users, and would like to store some additional information (Profile Picture, Adresse, etc).
I have a collection of "Users" to store that information, as well as the User Id.
I'm trying to search if given a User Id, there's no information about it (That would happen after the user signs up using the AuthUI) and in that case, I'll call a new Activity to welcome the user to the app and ask for the additional information.
I can't find a way to search for it, using kotlin...
Thank you in advance