For email links to work, we need to change the firebase url for those operations at Firebase > Authentication > Templates > Any > Edit icon > Customize action URL (bottom-right) for the following: http://<server:port>/cuentas and Firebase will append mode and oobCode as query string parameters.
By the other hand I found out that we can test by sending sending those emails using the app (register, reset) and taking the query string from the link and append that to our app at .../cuentas?<here>. (BTW: hope you have a better name for /cuentas haha).
I already tested using both ways (changing the URL in Firebase vs taking parameters from emails) but please test all you can. I am changing back to original URL in Firebase just in case...
close #48
For email links to work, we need to change the firebase url for those operations at
Firebase > Authentication > Templates > Any > Edit icon > Customize action URL (bottom-right)
for the following:http://<server:port>/cuentas
and Firebase will appendmode
andoobCode
as query string parameters.By the other hand I found out that we can test by sending sending those emails using the app (register, reset) and taking the query string from the link and append that to our app at
.../cuentas?<here>
. (BTW: hope you have a better name for/cuentas
haha).I already tested using both ways (changing the URL in Firebase vs taking parameters from emails) but please test all you can. I am changing back to original URL in Firebase just in case...