Questions tagged as 'firestore'

0
answers

Firebase firestore Statement where not working

IhaveanarrayofpassengersinsideacollectionofthefirebasefirestoreandItrytousewheretofilterthedatatoreceiveonlyrowrecordswheretheuseridisinsidethepassengersarray,butfollowingthefirestorequerydocumentationwhereassuggesteddoesnotworkfollowcodebelow:...
asked by 03.01.2019 / 13:15
0
answers

List firestore data - Ionic 3

Well, I'm developing an app with ionic 3 and firebase. I am having problems in listing existing data in firestore. I have a search bar, which, as it is being typed in it, will display the data below. I already have this implementation done, but...
asked by 03.12.2018 / 17:25
0
answers

No access to or access to Firebase

I am not able to access Firestore documents through my Android application, so please give me the message below, even if it is enabled for anyone to access the rules of my Firebase / Firestore:    Missing or insufficient permissions. It's...
asked by 03.12.2018 / 14:58
0
answers

Update List of Objects on the same page in firestore with Angular

I have a problem, I want a list with all the production orders, each with the field to update the daily production of the respective order, but I can not update the production field in each production order. // Listagem de Producoes diaria...
asked by 01.11.2018 / 03:28
1
answer

Save results from a function in a variable Ionic 3 + Firestore

How do I save the result obtained in r.get ('quant') into a variable and return its value, because the first console.log shows the data I got, but the second does not, and the return quant always shows undefined on the console. getQuantProduto...
asked by 17.10.2018 / 02:25
0
answers

how to read data in firestore

Hello. I am trying for a simple rule in the firestore but I do not have enough knowledge for this, someone could help me. my service is following the firestore documentation on google. constructor( private afs: AngularFirestore ) { this...
asked by 19.09.2018 / 01:34
0
answers

How to run a query in Firestore to bring more than one document

I'm developing an ionic application, and I need to fetch all the data from a document called Patient, and I also need to bring the ID of the doctor that is in another document, and also bring the specialty ID of the doctor who is in a third docu...
asked by 17.09.2018 / 17:37
0
answers

Return firebase values from a service to angular component 6

I'm creating an application with angle 6 and firebase using angularfire2, I chose to use the firestore where I have a collection called pages like in the image: I basically created a service - "PagesService" where I have a function that re...
asked by 24.07.2018 / 15:21