Posts by NataJdaCOliveira • 21 points
3 posts
-
1
votes1
answer60
viewsA: IONIC WITH FIREBASE CLOUD FIRESTORE
this.usuarioCollection = this.db.Collection('usuarios', ref => { Return ref.Where('role', '=', '50'); }); solved
-
-1
votes1
answer60
viewsQ: IONIC WITH FIREBASE CLOUD FIRESTORE
is a simple question, I want to realize this select on Collection with a Where, as I realize? this.usuarioCollection = this.db.Collection('usuarios'); this.usuario =…
-
1
votes0
answers29
viewsQ: How to set an array of pages in a function and return to a variable, NAVCTRL IONIC
I’m making an application in which the app component has a side menu that uses a Let to fetch the array of pages, however I cannot access them from my previous, not getting the return. //I want to…