PhantomAppDevelopment / firebase-as3

Integrate Firebase Auth, Realtime Database and Storage in your Adobe AIR projects.
MIT License
55 stars 12 forks source link

Typo in "Email and Password" section #24

Open adam-law opened 6 years ago

adam-law commented 6 years ago

Hi,

It's been a while :)

Actually, I'm not sure if it's a typo, or if they've changed things over at Firebase. Anyway, the correct request type to verify an email address is "VERIFY_EMAIL" and not "EMAIL_VERIFY". The latter returns a status 400 error.

HTH. Cheers!

agentphantom commented 6 years ago

Hi,

Thank you very much! I have fixed it.