dyaa
3/14/2017 - 12:48 PM

AngularFire2 - Push list item with $key | Ref. https://github.com/angular/angularfire2/issues/712#issuecomment-270098889

let newKey = new Date().getTime();
let list = af.database.object(`/items/${newKey}`).set({ name: 'Test' });