That’s not possible, you can’t use Security Filters on a Public app.
Saverio_Soreca:
s there a limit of access via public link?
You mean is there a maximum number of users possible? Theoretically, no.
Saverio_Soreca:
do I have to distribute the app (because it is still prototype)?
Not sure what you’re asking. If you want other people to use the app, of course you have to distribute it. Maybe you mean something else by “distribute” though?
I don’t understand the prices. so if i make it distributed by paying for the license, i should pay 5 € / month for each user who enters the public link?
Secure
a. Users must log in with an appropriate authentification service (like Google). Only invited users can use the app.
b. You can use the USEREMAIL() expression.
c. “Starter” plan is $5/user/month with limited features.
d. “Core” plan is $10/user/month with some more features (including Security Filters).
Public
a. Users do not have to sign in. Anyone with the link can use the app.
b. Neither USEREMAIL() or Security Filters are available for use.
c. Price is $50 per month
“Secure” is the most common, as that is the main intention of the Appsheet platform.
if the app could remain like this or do you need to perform some upgrade?
If my guess above was correct, then I would make sure you’re using the “Core” plan, and implement Security Filters on all Tables to make sure any non-added user couldn’t see any data. All data that passes Security Filters is downloaded to the device. “Hiding” data, either with Slices or show_ifs on Views or columns is NOT proper data security.
the core plan is $ 10 / month. does it mean that if you click on the link it counts you as a user? or would the users be the ones I add in the user section?
I don’t have the experience to answer that for sure 100%. However I believe, with the “allow all signed in user” option, anyone that accesses the app at all will count as a user for that month.