Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-cloud-firestore]

Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.

google-cloud-firestore
0 votes
1 answer
24 views

Flutter: get access to data on multiple screen

I have a list of items from Firestore on one screen. On the second screen I'm using DefaultTabController where I have multiple taps. I want that when an item is selected from he first screen, all the ...
Eben Oasis's user avatar
0 votes
0 answers
15 views

Load data from multiple firestore databses to bigquery using Stream Firestore to BigQuery extension

The scenario I have 2 Firestore databases in my project xyz-dev and xyz-prod I want to use the extension Stream Firestore to BigQuery to push this data from Firestore to prod. Please note there is no ...
Siddharth Chabra's user avatar
0 votes
0 answers
9 views

Batch loading for Firebase in SwiftUI

Does anyone know how to fetch only like 5 posts at a time? Like when you're scrolling though the ScrollView { I want only the posts that should be seen being loaded in. I need to reduce the amount of ...
CobraCodes's user avatar
0 votes
1 answer
15 views

Do onCall and onRequest Google Cloud Functions also follow the at-least-once execution pattern?

From the official Cloud Functions docs: Cloud Functions provides at-least-once execution of an event-driven function for each event emitted by an event source. Does that also apply to onCall and ...
cbdeveloper's user avatar
  • 30.4k
0 votes
0 answers
19 views

Function updateDoc() called with invalid data. Unsupported field value: a custom __PRIVATE_ArrayRemoveFieldValueImpl object

I'm trying to run arrayRemove() and returns with an error: Uncaught (in promise) FirebaseError: Function updateDoc() called with invalid data. Unsupported field value: a custom ...
paehj12's user avatar
0 votes
0 answers
39 views

Main thread being blocked fetching from Firebase

Every time the posts are fetched from cache or not from cache, the app freezes and main thread seems to be blocked. What is causing it to be blocked in this code? I noticed it happens when a lot of ...
CobraCodes's user avatar
0 votes
1 answer
18 views

How to save and display images from Firestore Database from Firebase

I'm writing an application for my IT studies in Python with Flask. I use Firestore Database as a database. Everything is alright, but I wonder if it is possible to save a photo to a given collection ...
Stynowsky's user avatar
0 votes
0 answers
15 views

Tried to read Provider<QuerySnapshot<Object?>> but the matching provider returned null

I encounter an error like this in flutter with firestore. The ItemList is class I've defined. Error: The widget ItemList tried to read Provider<QuerySnapshot<Object?>> but the matching ...
Peter P.'s user avatar
0 votes
0 answers
28 views

Loading Firebase Config dynamically in Angular in @angular/fire

I have an angular v18 application with @angular/fire v18 I am using the modular api version of it. I am trying to load the firebase config dynamically during run time Current I have the following code....
Utkarsh's user avatar
  • 50
0 votes
1 answer
19 views

how to get specific object from array in firestore using reactjs

I can't get spefic object out of array that includes many objects. It's "messages" array that containes objects. I used a method below but it returned nothing. const [userId, setUserId] = ...
Dil Ak's user avatar
  • 17
0 votes
0 answers
13 views

getDocs(collection(db, "products")) not returning any docs in Remix App Using Firebase and Shopify Hydrogen

Trying to implement a default Firestore DB into my Remix web application that integrates with Shopify Hydrogen, and the getDocs query getDocs(collection(db, "products")) returns a snapshot ...
matrixvivi's user avatar
-2 votes
0 answers
17 views

Unexpected error while following video tutorial [closed]

I'm trying to reproduce the "Build an expense tracker web app with Firebase" case with Youtube videos. Code setting, done. Authentication, done. Cloud storage, done. The issue arise with ...
Augusto Sanchez's user avatar
0 votes
0 answers
17 views

Cloud Firestore - The service is currently unavailable. This is a most likely a transient condition and may be corrected by retrying with a backoff

I am trying to connect my Flutter project to Firestore, but this error occurred while trying to read and write data: [cloud_firestore] The service is currently unavailable. This is a most likely a ...
Tony Yao's user avatar
0 votes
1 answer
30 views

Firebase-admin sdk for Python raise error "StreamGenerator" is not iterable

Previously(a week ago) my Python code for communicating with Firestore works perfectly fine. But today I started working on it again, it raise error when iterating the collection.stream() ...
slothPete's user avatar
-2 votes
0 answers
26 views

need a structure code to implement group chat from Scratch in flutter using cloud firestore [closed]

I want to allow multiple users to join a group chat. Each group should have a unique ID. Users should be able to send and receive messages in real-time. Messages should include the sender's ID, ...
Piyush Sahu's user avatar

15 30 50 per page
1
2 3 4 5
2855