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.