I’m new to Glide but for the last month I’ve been developing an MVP with the free plan. During the construction I added some public users to review different points while creating there are now 2 different types of users. Now I want to eliminate those public test users since real people will be using the app, but glide keeps telling me that I have the same number of public users.
I have used the function to delete a user’s data, I also deleted it from the users table but Glide still counts that I have the same number of users.
I have already searched the community for similar problems and applied them, but Glide still tells me the same number of public users, so it is a problem for me to be able to carry out my tests. How can I get glide to update that I no longer have the same number of public users?