Category "google-cloud-firestore"

Flutter Firebase documents are randomly ordered

I made a simple chat app using Flutter. My app is functioning perfectly fine (getting and dumping data into firebase) but once my messages get into my database,

'FirebaseCore/FirebaseCore.h' file not found while building for Release Mode in Xcode Version 11.5 (11E608c)

I am able to run the app in Debug mode in XCODE and simulator without any errors. But when I build for Release Mode the build fails with below 2 errors: 'Fireb

Firebase 9.0.0.8-beta could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds

I've been facing this issue for the past few days. I digged as far as i could on it and couldn't find a solution. I'm using React Native 0.64.2 and the last Fir

Operate multiple in operations in Firestore. Any hack possible?

I want to query on multiple fields based on multiple in conditions as shown below: db .collection(firebasePaths.funfuse_verified_users) .orderBy('uid')

Undefined $event when trying to generate a path

To upload a picture into Firebase storage, I am creating a path for the AngularFireStorage.upload method: In the template, an input to select the file: <inpu

Failed to import Cloud Firestore library for Python

I am trying to create a python script to fetch data from my Cloud Firestore database. But I get this weird error: import firebase_admin from firebase_admin impo

Firebase: Cloud Firestore: listDocuments: doc read cost 1 or N? Possible alternative to Distributed Counter?

Building a social media app and confronting the 1write/doc/sec limit. Consequently, keeping vote data in the post document will not work at scale. I have read i

Firestore Query Default Order

The following is stated in the official documentation: By default, a query retrieves all documents that satisfy the query in ascending order by document ID. Yo

Firebase Push notification not receiving on Android 12

My Xamarin.Android app's push notification only works on Android 11 (Pixel 3 XL). Currently my app targets Android 11, however it also runs on Android 12 (Pixel

AngularFire valueChanges with idField and non-existent document

If I call valueChanges on a Firestore document that doesn't exist, it returns undefined: this.afs.doc('bad_document_ref').valueChanges().subscribe(snapshot =>

Recyclerview getting refreshed after come back from another screen - Android navigation

I am having a product listing page. The recyclerview is filled with data from the Firebase firestore. When I click on any product, it will go to the details pag

Use python-firestore AsyncClient, with firebase

Currently I have firebase account setup. I wish to add item to firestore of this project, via python asyncio. As I understand it, the package: python-firestore,

Convert Kivymd code to .exe (Windows executable)

I tried so much to convert kivymd code into .exe by using PyInstaller the error i getting was -modulenotfound no module named kivy.graphics.buffer while solving

is there a way to upload data from a FormField with a dropdown list to firebase...im get null value after uploading to firebase

this is the formField that is uploading no value i tried using a controller but seems now event compatible.the rest of the textformfields are working but i dont

Add Stripe Credit Card without Payment in SwiftUI

I am struggling to find a solution that isn't UIKit, or one that requires you make a purchase. My project is trying to integrate Stripe in SwiftUI, using node.j

Obtaining data from Firebase and creating an object in Flutter, Dart

I would like to create an Object using data from my Firebase database. I get the data correctly, but I can't create that Objet in the way im trying. I have no i

Problem loading the website using Firebase when using Burp Proxy

Let's say I use the website: redacted.com Website works fine when I am using it normally. When I start using BURP SUITE PROXY to intercept requests, I start to

Query only specific field with firestore

I use this code to get a collection snapshot from Firestore. firestore().collection('project').where('userID', '==', authStore.uid).onSnapshot(onResult, onError

How do I read a User's Firestore Map to a Swift Dictionary?

I have my user struct with has a dictionary of all their social medias. struct User: Identifiable { var id: String { uid } let uid, email, name, bio, profileI

Multi tenant in Firestore

Looking to build a CRM type application and need to separate the data for each client in the firestore database. Whats the best way to structure the data? If we