'How to show all Signed in users in Flutter? [duplicate]

I want to show all signed in users on the screen. I am using Firebase for authenticating.

These users that i want to show.



Solution 1:[1]

You need to use the Firebase Admin SDK in order to get all of the connected users.

Another option is to save your users into a database such as Firebase RealtimeDatabase and fetch the users when you want, just make sure that you save the users' data securely.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 roil