How to get a list of users from Firebase Authentication? I can get the "current" user, but it is. Or should I first add users to the database and get the list from there?
Unable to retrieve user list from Firebase Authentication.
Explained in this thread.
The only way to do this is to save the user in the database after registration.
If you have a nodejs project, use firebase auth:export to export users from Firebase Auth. Users can be exported in csv or json format:
firebase auth:export
firebase auth:export users.json --format=json --project projectname