firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.12k stars 239 forks source link

How do you list all users? #495

Closed cathex-ryan-deamer closed 2 years ago

cathex-ryan-deamer commented 2 years ago

Getusers only returns a single user, can you tell me what I need to use to list all users?

Thanks,

Ryan

google-oss-bot commented 2 years ago

I found a few problems with this issue:

lahirumaramba commented 2 years ago

The Users() API should return all the users (1000 users at a time). Please see https://firebase.google.com/docs/auth/admin/manage-users#list_all_users

In the future, please use Stack Overflow for usage questions. Thanks!