*I am making an app where people can post parties and other people can join them. There are 3 tabs which are , all parties, my parties (whihc i have posted for others to join" and joined parties. In the tab where it should show joined parties I am trying to add a filter where condition is joined column is yes and user is signed in user.
But even if i have changed my apps privacy to signed up with email, the email column is not showing. How to solve this?*
Hey thanx i did not do it before. But how to filter items ( where users are allowed to add items through “let users add items”) added by users, according to their email.
There is one more thing. Is there a way to sort and display components based on the user geographic location. I mean posts which are closest to his location
If you have that location (it would be nice if it’s a specific address to calculate the distance better), then you can theoretically calculate the distance from his/her address to each post’s location.
However, that would make your app slow. Let’s say you have 100 posts, so the distance must be generated 100 times for each user.
My script to take distance from Google Maps also limits to 1000 times per day.
This is sorted, I just added a search bar where the place says “enter your location” so each user can search for groups in his location if he wishes to .
Hey is there a way to let signed in user to edit his profile, like change photo edit name etc?
Add a tab named “Profile”, add text entry to the “Name” component, filtered by signed-in user or make the email column row owner. Similarly add an image picker for the photo.
You should be able to do this with a template joining the user email and the group and using that in a relation to the form response sheet that contains a similar template. Only show the button if the relation is empty.