Relative Content

Tag Archive for androidflutterfirebasedartdeployment

Firebase Re-registration Causes Routing Problem in Flutter App

I’m facing an issue with my Flutter app that uses Firebase Authentication. The problem occurs when a user’s account is deleted from Firebase and then they re-register using the same phone number. After re-registering, the app is incorrectly routing them back to the registration page instead of the home page.