Top "Angularfire2" questions

AngularFire is the officially supported Angular binding for Firebase.

AngularFire2 how to use your own custom key instead of the auto generated one

Currently I am using: this.af.database.list('users').push(user); How can I make the key of the object …

angular firebase angularfire2