Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcount of users does not match #496
Comments
|
Hello team, any update on this issue? |
|
Doesn't repro on our test projects. But they also don't have as many users (only around 400 users). @bojeil-google is it possible the UI displays duplicates in certain cases? |
|
This is a known issue in the total counter. I think there are cases where the counter goes off due to duplication. If the counter is off in the UI, please file a bug with support to reset it. |
Operating System version: MacOS Catalina 10.15.6
Firebase SDK version: 7.14.3
Library version: 4.3.0
Firebase Product: auth
The user count shown in the console and the count obtained by iterating all the users via admin sdk don't seem to match.
In the console, under the authentication section, the count can be seen in the pagination information.
In the above pic, the count seems to be: 936701
Where as when the count is obtained via admin sdk gives: 906553
I am using list_users to iterate over the users. Here is the following code
The counts seem to be different. Which one is the correct count?