Is it possible to make a user profile without the ability to edit the photo?

I’m making an app for some competition and the competitors will have to upload some reference photos.
Also, I think I will need some kind of user profiles, but they ask me to make three columns(one for name, one for email and one for photos).
But, as I’m working with a free app, I don’t want to let them upload a new photo, as I will be already be dealing with with another batch of photos, consuming my app storage.

Is it possible to make them impossible to change the photos from the user profile?

1 Like

When you have already used a sign in method, I don’t think there’s a way to prevent users from changing the photo via the menu on top left.

1 Like

Oh, thought so.

Thank you.

1 Like

I don’t know if you let your users upload their picture will effect the free account memory usage or not but you can let them as Link to their picture on web without effect any memory on Glide. And you can teach them to add picture to Google Drive with share link as viewer. Feel free to let me know if you want to know the detail step.