Admin
How to set a user as admin
- Add the user uid under
/admins. For instance, if the user uid isabc, then set it like below/admins/{ abc: master } - Set the
isAdminto true in the/users/<uid>.
Displaying the Entire User List and Editing
To display the entire user list, you can simply utilize FirebaseDatabaseListView. For editing user information, you can reference AdminService.instance.showUserList(context: context)