Hi, everyone! I have a question about the user limitations on the free plan. If my app is set to “public” access and users don’t need to sign in (“no sign-in”), is there still a limitation on the number of users? Or is the app open to an unlimited number of people
There’s no limit if users don’t need to sign in.
Thank you for your response! My app is public, but around 80 people will use it, each with specific functionalities for data input. For instance, the employee from Store A should only be able to update the inventory information for Store A. Would it be possible to implement a validator for this? For example, requiring a specific password to modify certain information. Are there any limitations or issues with using this approach?
No, it’s not possible to do that securely, and attempting to do so would be a violation of Glides Terms of Use. If you need to secure data, you must use Row Owners and have users sign in to access owned rows.
Got it. Is it possible to purchase additional users while still using the free account?
Not as far as I’m aware.
But if you’re willing to pay for users, you may as well take a paid plan. Keep in mind that user limits are applied per month. So, for example, even if you have 80 users, only those that are active in any given month will count towards your quota.
It ends up being very expensive because the number of updates available in the paid plan isn’t sufficient. Moreover, even when using Glide Big Tables, updates are still counted when the account is on a paid plan.
Where does it say that? Updates are free for glide data sources on all plans…except for Enterprise plans.
Paid plans give you updates for other things such as syncs with external data sources or any of the several third party integrations.
The Maker plan is probably your best bet with unlimited personal users.
So, if I subscribe to the “Maker” plan and use Glide Tables and Big Tables, will updates not be counted?