Hello,
This is a question for advice on best practices with auth covered routes in PWA. I am using the nuxt/firebase module for handling user auth.
When a user is in offline mode and loads a protected route, the firebase module gets stuck in that it cannot authenticate because it is offline.
What is the proper way to handle this in PWA offline mode?