googlearchive / angularfire-seed

Seed project for AngularFire apps
http://angularfire.com
MIT License
410 stars 191 forks source link

Is this project still using simplelogin? #88

Closed telemakhos closed 8 years ago

telemakhos commented 8 years ago

I've noticed that this boilerplate creates the users as "simplelogin:xx" when using the Email & Password auth provider. Is this normal? Can we change this id's?

Sorry for the newbie questions!

Edit: Ok, I've just learnt in a SO thread that this is the default naming... but can it be changed?

katowulf commented 8 years ago

I don't see simpleLogin anywhere in the main branch. https://github.com/firebase/angularfire-seed/tree/master/app/login

katowulf commented 8 years ago

Ah, the uids are generated by Firebase and use simplelogin for historical purposes. This is unrelated to the seed or AngularFire.

telemakhos commented 8 years ago

Ok! Thanks for the clarification!