Custom Firebase Handlers for the Email Template Link

Integrations

Firebase have really ugly pages for resetting passwords and verifying emails etc. and I want to try and keep it all native within my web application.

I was wondering if anyone has been able to get these working and linking to the correct pages dynamically within Flutterflow?

My current default link in firebase is: https://*firebasedomain*/__/auth/action
My page names for the handlers are: resetPassword and verifyEmail and are just within the normal FlutterFlow page structure in the tree!

At the moment whatever I try to be dynamic just links back to the login page which is the root, so it's clear I am getting the links wrong somewhere.

What have you tried so far?

I have watched a YouTube tutorial on how the setup goes, however I am wondering how these would link, I have a seperate page in my structure for email verification and password reset. Obviously if I set the link in firebase to /resetPassword, it changes it for the email verification link to.

At the moment whatever I try to be dynamic just links back to the login page which is the root, so it's clear I am getting the links wrong somewhere.

Did you check FlutterFlow's Documentation for this topic?
No
1
2 replies