Added firebase authentication to my app and put google sign in button and it’s fine. But just doing google sing in again is showing web view link only once.
For example :- You sign in the app, then the web will load on the home screen, it is ok, then when you exit the app, and enter the app again, the link will not be shown.
webview will show the link when you sign in logout and sign in again. I have tried many times to solve the problem but can’t.
If you use common sense and check your blocks you will realize that when screen1 starts you make a query to the DB and immediately direct to HOME, without giving time for the GET response.