You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be so kind to rework the Firebase Auth example to use generation of GoRouter routes, generation of routerProvider and support for UserRoles ?
Very interesting would be to have as similar solution as possible for the dummy auth example and the one using Firebase Auth.
For example to move await FirebaseAuth.instance.signInAnonymously(); into StreamProvider authProvider.
The text was updated successfully, but these errors were encountered:
Sure thing, you're right. I should maintain that example, too. Chances are that code_gen and firebase will be the only two example maintained in this repo.
Would you be so kind to rework the Firebase Auth example to use generation of GoRouter routes, generation of routerProvider and support for UserRoles ?
Very interesting would be to have as similar solution as possible for the dummy auth example and the one using Firebase Auth.
For example to move
await FirebaseAuth.instance.signInAnonymously();
intoStreamProvider authProvider
.The text was updated successfully, but these errors were encountered: