Glide users amount limit: Available? Concurrent Online?

Hello, we are using Glide to build an app for our customers. They want to know the limit of user amount of “Available” and “Concurrent Online”.

Upon looking into the Pricing page:

We are considering upgrade to Business plan. Currently we are using Teams plan (legacy).

It seems that I am allowed to have 30 users across all the app.

However, if I read the Usage page carefully, it seems that the “30 users” is defined as “different people who logined any apps this month”.

So I have questions below:

  1. Considering I’m using User table to allow email-OTP login, it is said that if less than “30” (vary by plan) users login this month, no extra charge will happen, right? Regardless of how many users I wrote in User table?
  2. Follow up, so I can have near infinite users in User table and won’t be charged?
  3. How about “concurrent users”? Is there any limit? Like, if > 30 users use the app at the same time, no limit would be applied?

Correct. You can have as many rows in your users table as you want (within the overall row limit), only users that sign in during any month are counted towards the user quota.

Yes, see previous answer.

Glide has no concept of concurrent users. But of course, if you have 30 users all signed in at the same time you will have reached your limit for that month. And if you don’t have unlimited usage enabled, then any additional users would be denied access.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.