I have set up a shopping list and have it working well in my app. My next issue is when multiple users are using the app how do i limit the shopping list to just ‘their’ app and not across every user.
I am on the pro plan so email sign in is required.
It would probably be better to use row owners instead of user specific columns. Then when a user creates a new row, you can include their email address in an email column and row owners will automatically filter only the rows that belong to a user.
I’ve had a look at row owners and i am drawing a blank on how i get it to work. I dont know the emails of people who will be using the app before they log in so cant assign ownership of a row yet.