Dear GlideApps developers,
I would like to draw your attention to a discrepancy in the information about the tariffs on our platform. On the main page, when choosing the Maker tariff, it is indicated that the number of users can be unlimited. However, when paying for this tariff, in the personal account settings, a limit of 1,000,000 users for one application is indicated.
In fact, this is not entirely true. The user table in the database currently only supports up to 25,000 rows. This limit also determines the ability to contain up to 25,000 users in my application.
N. Vladislav
Itās up for interpretation. You are technically not limited to the number of users, so in reality it is āunlimitedā. As for the 1,000,000 limit on the usage screen, I think itās an arbitrary number thatās unrealistically large so you donāt run into any back end warning messages. Mostly itās meaningless.
Itās your choice if you choose to utilize the user table or not, which of course would also need to factor in row limits. If you donāt utilize user profiles or the user table, then you donāt have to worry about individual rows for each user.
Basically āunlimitedā means just that. Itās not limited, or not ācappedā. The other limitations of the plan will still kick in before you get close to number like that.
If you are expecting a million or more users on a plan thatās only $60, then Glide would probably be operating at a loss.
Personally, I would never expect to have such a large user base on a low tier plan. To me, unlimited just means that Glide wonāt lock me out due to the number of users signing in. It doesnāt ignore the fact that other limits exist under the plan.
3 Likes