There’s no built-in method to do get the total user count. You can keep an index of userIds and pull them down and count them . However, that would require downloading all of the data to get a count.
There’s no built-in method to do get the total user count. You can keep an index of userIds and pull them down and count them . However, that would require downloading all of the data to get a count.