We have implemented Firebase Authentication in our project. In most cases this seems to work correctly for some time but many users suddenly get logged out of our application.
Is there any solid way to debug the issue to see where the authentication gets lost (for example refresh token gets expired or something the like)?
Many thanks for any help or suggestions.