firebase / firebase-admin-go

Firebase Admin Go SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you list all users?

cathex-ryan-deamer opened this issue · comments

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

Thanks,

Ryan

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

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!