google-cloud-firestore Questions

1

I am trying to create a chat app using SwiftUI and Firebase. My current approach involves using chatrooms documents and within each chatroom have a subcollection of messages. Therefore, I am using ...

2

Solved

I'm trying to use the admin SDK for firebase on my machine. When I try to get the users collection I get Error: 14 UNAVAILABLE: No connection established. Writing to firestore also does nothing. Ho...
Puppet asked 28/6, 2021 at 16:3

3

Im trying to get a signedurl from a file in firebase/gc storage. All other solutions that i could find was to create a service account, download the service key, and use it in my app, but ive done ...

1

Hell everyone so im building an app and i want to implement firebase messaging, but i cant get it to work. Everything works up to great till this line of code void getToken() async { String? toke...

2

I am new to flutter, I was trying to build a web app , and i am trying to save text data to firestore but whenever i run my web app it doesn't run and a new file is opened named web_entrypoint.dart...
Covell asked 6/7, 2021 at 7:50

6

i was trying to make upload features, so users can upload file into firebase account in the past, it run well, but yesterday, it wont show the files there is the code uploadImage() async { final s...
Charlotte asked 16/12, 2022 at 15:43

4

Solved

I tried to find out how to use firestore local emulator for python and for testing purpose. But I can not find out how-to document. Could somebody help me?
Heartfelt asked 25/2, 2019 at 14:7

1

I just installed flutter with firebase but when adding to database I get the following error İnstalled Google Play Services Add in AndroidManifest(main) -Add in AndroidManifest(user) Local module...
Iconoclast asked 12/9, 2022 at 10:9

4

Solved

I want to get the total number of the documents that exist in firestore. I don't want to get the data only the total number of inside Products collection I have 200.000 items is that possible with...
Woodley asked 19/11, 2017 at 16:5

9

I want to build app using flutter, but I have problem, I have tried to get images from firebase storage, but when I run the app there are no images appeared. this is the code. import 'package:cloud...
Discretionary asked 24/6, 2023 at 19:11

7

I'm trying to connect to my firestore using plain javascript. (I wanna get up to speed and running for now) index.js: import app from './firebase.js' import { getFirestore } from 'https://www.gstat...
Defector asked 2/9, 2021 at 15:20

10

Solved

I have created simple React Native screen which can store data to firestore. I have tried below code but it did not work rather than throw some error. anyone can help me out? My Code: App.js import...
Ecuador asked 6/1, 2021 at 10:32

18

I am trying to install the package: cloud_firestore and am getting an error when running the pod install when installing the dependency BoringSSL-GRPC. Is it possible for me to install the dependen...
Viscera asked 5/5, 2020 at 0:29

2

Solved

I have been using Google Firebase's Realtime Database, but want to be able to store more complex user-generated data like images, videos etc. As per the Firebase docs, they provide two other servic...
Solar asked 13/5, 2020 at 21:10

5

I need to write a large number of documents to Firestore. What is the fastest way to do this in Node.js?
Clerkly asked 17/11, 2019 at 3:36

13

Solved

Currently I initialise the firebase emulators with: $ firebase emulators:start After some time working on it I want to stop it. How can I then stop the emulators?
Salford asked 1/7, 2020 at 20:15

3

In my firebase cloud functions, I have upgraded firebase-admin to version 11.0.0 (from 9.12.0) and engines from 12 to 16. After that admin.firestore.FieldValue is undefined when I run my code in th...

19

Solved

I'm trying to integrate Cloud Firestore to and Android app but all I get is this error every single time: Launching lib/main.dart on Android SDK built for x86 in debug mode... Note: /home/tr/DevToo...
Kreegar asked 18/3, 2020 at 18:10

3

Solved

Since I'm building using FireStore and few other Firebase library, the build time has doubled down. I'm wondering if there is a way to avoid compiling it every time I clean & build my project. ...
Sandor asked 8/11, 2019 at 19:49

1

I need to construct specific linked documents when Firestore object is created, and I need to know who created the specific document. Based on documentation I should be able to use onDocumentCreate...

6

On a newly created project, I cannot publish any changes to the Firebase rules. Even simple changes like adding a newline to the end of the file or adding a space. I feel like this may be a bug ...
Jedthus asked 21/11, 2018 at 1:58

7

Solved

I have created a firestore database in firebase. Now I no longer need that,I couldn't found any option to delete it.Is there any option ?
Sedgewinn asked 4/9, 2019 at 11:23

3

Solved

so I have recently ran into the error show in the text tag, although I can not find why it is showing. I have logged that the value is not empty and that the value exists before I press the button....

2

So few day ago I moved my apps posts to cloud firestore from realtime database because of the more flexable querying that firestore apparently has. I have been modifying my code to work with firest...
Szymanowski asked 17/5, 2019 at 14:14

6

I am facing some problem when use angular 2 to query data from Firestore. Could anyone please help me by checking it and tell me where I have done wrong ? My error: ERROR Error: The query requires...
Friedman asked 6/11, 2017 at 17:19

© 2022 - 2024 — McMap. All rights reserved.