Firebase – Show different pages for different users in flutter and firestore (role based authentication)
I want to develop an app with flutter. The app should use different pages for diffent kinds of users. There are three kinds of users: Club, Company and Fan. The problem is, that I'm not able to get to the…