MichielProost / Perfect-Plate

This Android application allows cheffs around the world to create, review and discover new recipes. Users can gain experience and level up in this app by completing challenges like creating a certain amount of recipes.
1 stars 2 forks source link

Look up a user #18

Open Nuytemans-Dieter opened 3 years ago

Nuytemans-Dieter commented 3 years ago

Look up a user by name and view their profile info: rank, progress, profile picture, recipes, revews, medals, ...

MichielProost commented 3 years ago

Love it!

Nuytemans-Dieter commented 3 years ago

Great, moving to enhancement

MichielProost commented 3 years ago

My bad. I thought there was a method available for this issue. At the moment, we can fetch a user from Firestore by his / her ID. E.g. "User user = getUserFromID(String id)" I'll add the option to get the user from his / her name. E.g. "User user = getUser(UserField.name, String value)". Expect this soon.

Nuytemans-Dieter commented 3 years ago

Don't worry, I personally don't think this should be in the first release.

MichielProost commented 3 years ago

Alright. I'll focus on the other issues for now.