googlearchive / firebase-angular-starter-pack

A Firebase + AngularJS Starter Pack
MIT License
347 stars 234 forks source link

angularFire-seed - changing login email #17

Closed petrusek closed 9 years ago

petrusek commented 9 years ago

After registration with email test@test.com a registered user is created (visible in login & auth section) and it appears also in the data under /users/id. The interface allows to change the email address, which updates the data (value of /users/id/email), but the login email stays unchanged, so the user cannot login with the new email.

petrusek commented 9 years ago

It seems, this repo is just not kept up to date... this issue is fixed in the firebase/angularfire-seed (which I did not know before posting)