Route to app's login screen after email verification

General Conversations

Hello,

Anyone tried similar scenario as the following using Firebase authentication?

  1. Signup using email

  2. Verification link is sent to email

  3. User clicks the verification link. After verification, user should be directed to app's login page.

Currently, my app does not directly route user back to the app to login. User has to open the app manually.

Is the scenario above possible using dynamic link? I'm trying to follow this instruction https://docs.flutterflow.io/advanced-functionality/deep-and-dynamic-linking but the article is more about sharing post.

1 reply