I am having difficulty getting the Comments component to work as desired. Specifically:
-
My app’s privacy setting is “Public with email”, so users have to sign-in. When they want to comment on a post, though, they have to provide their email address and a user name again (and I think they can provide a different email address). Is there a way to skip this step and just assume that the commenter is the current signed-in user?
-
I suppose I am a bit confused how Glide creates/tracks users within the app when an email is required to sign-in. I can see the currently signed-in user’s email address if we use the “Menu” layout, but how do we track and use that information (i.e., current user) within our apps? For example, is there a way to “lock” some user-generated content so that only the currently signed-in user (identified by their email address) can change it, e.g., the details in their profile? Is there a reference that explains this in more detail?
-
The Glide Library reference on Comments has an animation that shows user photos to the left of some of the comments. I’d like to add such photos to the comments (users can upload photos in their user profile elsewhere in the app), but I do not see a column for these images in the auto-generated “App: Comments” Google Sheets tab. How do I do this?
Thanks!