Profile Photo change

Hi,
The thing is that i want to create an app that you can choose between 5 photos that are already selected,when you pick one,the database puts an image in your profile photo. How can i do that?

You need 6 image properties in your user database.
5 for the original photos.
1 for the profile picture.
Whenever someone clicks on the photo they want for their profile photo, you update the “profile photo” field with the selected photo

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.