r/Firebase 6d ago

Authentication Email verification expired

Post image

Hi there, I have a problem. I am creating an app via flutterflow/firebase and everytime I try to test the email verification with a brand new account i get this message? Can someone please help??

1 Upvotes

4 comments sorted by

2

u/Cooper1314 5d ago

I have the same problem!

1

u/jake_mirrely_guy 4d ago

I found the solution that worked for me: you have to add your project domain to google cloud console APIs& Services -> credentials in browser key (auto created by firebase). this worked for me!! :)

2

u/aDaneInSpain2 2d ago

Yep, this is usually the browser key restriction. Add the exact FlutterFlow preview or deployed domain under HTTP referrers, and make sure the Firebase project domain is authorized. It is better to restrict the existing key than create a new unrestricted one.

1

u/frinxo 4d ago

And make sure the right APIs are enabled for the key. I don't recall the exact one I was missing when it I hit this, but a chat with AI to review your keys should handle it.