Questions tagged as 'google-cloud-firestore'

1
answer

check if a user exists in firebase

I am working on a project in ionic and I have done the login with googleAuthentication , when I login / register I add some data to my firestore , like the image and the email. In my mobile application I allow to change the im...
asked by 08.05.2018 / 23:26
1
answer

Two attributes do not persist in a JSON

I'm doing a project with Angular 6 and Cloud Firestore, which consists of adding products. I have defined an interface with the attributes that must be carried, and when I receive them from a form, I manage them with the service: addProduct(id...
asked by 13.08.2018 / 11:24
2
answers

Select in Angular 6 - take data from one doc firestore and pass it to another doc

I'm starting in Angular and Firebase and I found an issue: How can I make a select to send the selected value on one side and the id of the value to another doc. Basically I have 2 documents (tables) of firestore, in one I have the products and...
asked by 24.06.2018 / 04:51
0
answers

you can not order a Query in Firestore

I have this document structure in Firestore: and this code that brings all those documents that have a field pcIdCuenta = TRUE; He shows them on my list. pcIdCuenta can take the value of any document id of the accounts collection ("digit...
asked by 23.04.2018 / 08:44
0
answers

Error getting firebase documents

I have a collection in firebase which has a few documents. I have a javascript code which connects to this database. window.onload = inicializar(); var dbRef; function inicializar() { dbRef = firebase.firestore().collection(PRODUC...
asked by 12.12.2018 / 00:55
0
answers

Firestore Firebase Cloud functions

I am generating an application in ionic with cloud firestore, I need to send a notification to the devices when I add a document to the news collection, I have been able to recover the Token from my emulator, and I have succeeded in sending a no...
asked by 28.11.2018 / 02:59
0
answers

Return data with Firestore and Vuejs

Dear I need to know how to return data with Firestore and Vuejs. The problem I have is that I can see the data from console.log () but not from v-for="". Complete script: <template> <div id="cuentacontable"> {{ mensa...
asked by 14.11.2018 / 13:05
0
answers

help with visualizing data in app

I have a problem, it's about saving data and then reading them through the firestone, at the time of saving it does it well, but when I want to see what the app saves, it closes, I do not know much about the app. package com.example.luis.myapp...
asked by 02.11.2018 / 20:24
0
answers

Stop a scam in real time on firebase firestore

I have this problem: I am doing a real-time query to firebase firestore in javascript my code is this: first = db.collection("messages") .where("codeConversation", "==", codeConversation) .orderBy("date", "desc") .limit(25); f...
asked by 29.10.2018 / 00:44
0
answers

Firestore Google Data Studio

I am trying to connect Firestore with the data studio, the use is a connector made by the community but it does not work. This is the error message: Log in with Google temporarily disabled for this application This application has not yet bee...
asked by 24.10.2018 / 00:50