I am working on a Todo List App, I follow a tutorial to do it, I just implemented the Sign in/Sign up pages, when clicking the button to create an account, it does send the data to Firebase as a document is created with all the infos.
The problem comes from the navigation, the auth action should send the user to the next page, but a fraction of second later, the app returns to the login page
So it did recognize the user as it went to the next page, but it went back instantly after.
Create Account Action + log in action