I want to create an app that has an authentication service with different permissions and functions (e.g. messages) depending on the user role.
authentication service
So I create
Seems like this would be a lot easier with Riverpod, especially the idea of passing a parameter into a .family builder to use the provider class as a cookie cutter for many different versions.
.family