mccordryan / firebaseui-react

FirebaseUI rebuilt as a fully functional and customizable React component.
https://fuidemo.vercel.app
15 stars 6 forks source link

send reset link #35

Open ambewas opened 5 days ago

ambewas commented 5 days ago

when clicking "send reset link" for an email authentication type, I'm just getting an error back (400: OPERATION_NOT_ALLOWED). I'm using the example you provided.

Is there anything that I might be missing? The example ui page you provided works, but when I use the exact code, in my app it's not working on localhost.

thanks in advance!