I recently tried the flutter auto_route package for navigations in my projects because handling the navigations with user authentications is always challenging for me, I always tried to find a way that my path is easy. So in my current projects, I decide to use auto_route because it provides a route guard that protects the screen and for authentication, I use firebase auth but the issue is that no resource shows how we can handle firebase authentication with auto_route even the officiation documentation doesn't mention route guard in details.
And since I'm new with auto_route and weak in navigations so it's hard to create my solutions. So if there is anyone who uses auto_route with firebase authentication so can you please share some code snippets or if you know any article that explains the process step-wise step. Thanks