Hi everyone,
I have enabled Firebase authentication on my app, working great, but I want the initial page to not be the login page, how can I have the home page as initial page, logged in or not, and for example in the setting the user can later choose to login or not ?
When I setup initial page as both the same page in the authentication settings, I get "Entry page and logged in page must be different".
I know I could add anonymous login button, but I don't want login page at all on initial page.
Thanks for any help !