googlearchive / angularfire-seed

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

register user doesnt sync with firebase ? #99

Open tibewww opened 7 years ago

tibewww commented 7 years ago

Hi,

When I create a user, it works perfectly, i Can log out and login back with it.

However, in my Firebase Authentification, the user is not being added ??

I did change the .constant('FBURL', 'https://mine.firebaseio.com/') in config.js

How can it be done ?

Thanks a lot for your help :)