Describe your issue
I added a web view to my page React App, which needs to be logoed by firebase auth but it is inside the link.
When trying to log in, I received the 403 error “disallowed_useragent”. To fix it, I added a user agent string: “Mozilla/5.0 (Linux; Android 12; Pixel 6 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.5481.77 Mobile Safari/537.36”.
However, after logging in, the page displays blank.
Steps to reproduce the issue
When entering the app, the main screen is displayed and after pressing the login button, the screen is blank.
Expected Behaviour
The screen should display the content after the user is logged