In my code, I have a streambuilder that returns items from Firestore using the geoflutterfire package to load items that are within a radius of the user. These
I have 3 entries in my firestore database. I need to query the data and fetch it, then input it into an ArrayList. The problem is my query is
When I try to access the data from a Firestore collection called 'Targets' it returns: {"_U": 0, "_V": 0, "_W": null, "_X": null} my firestore item is: item pho
I'm building an application with Firebase oAuth. I followed all the instructions, but my code is returning an error saying that 'asyn arrow function expected no
I am currently building a project where a list of trainers is displayed for a user. When tapped on a listtile showing the trainer a modalBottomSheet opens up sh
Below code works fine until today. But I don't know now it is not working and gives below error.Could you tell me why? Error: Function DocumentReference.set
I need very simple static image server for my flutter app. I am thinking about Cloud Storage, because I don't want to worry about own server administrating. I a
I am trying to get a specific document that is created when a user signs up. I made it so that when the use signs up, their firebase user ID is the name of the
So, I am trying to make an app with Node.js, Vue, and Firebase. I currently have a very basic function using firebase functions to send data to the realtime dat
How can I do batch writes/run transactions with firestore in an angular2 app? https://firebase.google.com/docs/firestore/manage-data/transactions If it's poss
i use Listview.builder with a List of items in flutter , when the user scroll down i listen the the scroll controller than i get more data from firebase Firesto
I'm using Cloud Firestore and have a collection of documents. For each document in the collection I would like to update one of the fields. Using a transactio
I am new to flutter/dart and within this page, I have a list of "information resources" populating the screen with a widget I've created called InformationResou
in the database UI I can create a field with the type geopoint. After providing values, it looks something like this: location: [1° N, 1° E] I'm tryi
I'm trying to test firestore in my flutter-app but I can't really load the data as expected. This is how I get the data: Firestore.instance .collecti
First, i have antd table and datasource from firestore with some fields and include timestamp field. my data is good running and show it in antd table, the prob
I think that in my project cloud firestore was wrongly enabled in native mode, while I would like to use the "old" datastore or firebase in native mode. I don'
Here there are my two Dart file from that I retrieve my Video from firestore but in that, I made video array and try to retrieve it but it gives me an error , i
I am somewhat new to Firebase and looking for the ability to write multiple JSON objects into a collection under random IDs in one operation. I am just using fi
I have a SwiftUI application, which uses Firebase as a back end, and my rules are something like this: rules_version = '2'; service cloud.firestore { match /d