firebase - Is it possible to write data with angularfire2? -
i have installed angularfire2 , i'm able data bellow code
const users$: firebaselistobservable<any> = af.database.list('users'); users$.subscribe( val => console.log(val) ); the question how write data?
Comments
Post a Comment