Hi, community.
This probably has a very simple answer that a lot of you might know but I haven’t done public apps yet.
I’ve done this weather app and would like to make it available for other people to use. Considering its nature, I don’t think I should have to make users sign in to it.
Is it possible to have users only see the locations they’ve inputted?
I know of user-specific columns, but it seems like that content doesn’t get written to google sheets and I need the location in the sheets as that triggers a google script to return the weather values from the api.
I’ve looked but couldn’t find the answer