This functions allow to get the data of all the users in the data base.
The get all users is a function in the users functions which allows to create a list of the register users or get information from users, this function is very useful if the admin need to check or change a status of the actual users of the app.
↗ Callbacks
Error retrieving all users: you can set functions after the app can't retrieving all users from the database.
Success retrieving all users: you can set functions after the app can retrieving all users from the database.
👉 Example.
Add a get all user function on the screen using a on load.
Activate a global formater function in the success retrieving all users.