Closed vhugogarcia closed 4 years ago
I highly doubt that this is possible, whats the use case?
It could be useful for counting the total of users allowed in a system for a particular service.
This doesn't sound effective since you would have to fetch the data of all users to get a single integer-value. Imagine having a big database with a few thousand or even more entrys.
I would recommend you to make a seperate realtime-database with an count-entry that gets refreshed/edited with every registration.
Thanks @actopozipc . I implemented that approach and it worked very good. Thanks for the recommendation. :)
Thanks for this great plugin! I am wondering if it is possible to retrieve all users using the plugin.
Thanks in advance