I am looking to make a service app, ideally I would like users to connect their own Google Sheets, if that’s not possible I would like each user to read/write his own “sheet” inside my Google Sheet.
I am currently thinking the only way is that I will have to duplicate my app for each user and have a dedicated Google sheet for them.
Other suggestions are always welcome.
Thank you Darren for the quick reply, I will have a look into it.
In general, if users are row owners and they write data to my Sheet does that mean each row they are inserting makes them the row owners? if not, do I have to set this up?
@AlpacaPie FYI: all user data is saved to the Google sheet that is stored on YOUR Google drive. So you have their data. Better to use Glide tables that are saved to the cloud.
Actually as more of a general question and I might start it as a topic, I am not looking for the app to be shared across the users, I am trying to make a service for each one individually.
For that do you suggest making a Glide table for each user?
Also, can I get rid of the “Users” tab in this case?
I am playing around the app and mostly understand the concept, however, I am not sure about best practices.