Skip to content Skip to sidebar Skip to footer
Showing posts with the label Angularfire2

How To Angularfire2 Remove() By Some Key Value

I am trying to delete comments of a particular thread orderby some key(sid) value. eComments 0b408… Read more How To Angularfire2 Remove() By Some Key Value

How Do I Get The Current User's Access Token In Angularfire2?

In AngularFire you were able to access the providers (e.g Google) accessToken for the authenticated… Read more How Do I Get The Current User's Access Token In Angularfire2?

How To Handle Promise In Firestore

here is my code to check a doc is there in the collections this.shopCollection = this.afs.collectio… Read more How To Handle Promise In Firestore