firebase / FirebaseUI-iOS

iOS UI bindings for Firebase.
Apache License 2.0
1.51k stars 475 forks source link

Customize Password Reset Link #843

Open kmcnellis opened 4 years ago

kmcnellis commented 4 years ago

Firebase UI should allow devs to customize their password reset links, to allow them to create a custom handler using email action links in the Admin SDK.

This will allow them to customize the emails sent to give custom instructions and have branded styling.

We should add a builder setting for .setPasswordResetLink(...) or something similar

kmcnellis commented 4 years ago

https://github.com/firebase/FirebaseUI-Android/issues/1746