I have a firebase hosted Flutter Web application which is a game. Since the URL for the Firebase hosted site (https://jw-daily.web.app) is difficult to remember
I have setup a Flutter Firebase project using Cloud Functions pubsub scheduler. I have deployed the function without error but cannot see and mention of the fun
i have the following database model: car Workshops collection which is the root collections, and it has collections based on car Brands for example car Workshop
May you help us with our school project. We are trying to delete and update items in listview and firebase database. The delete works but only delete the values
import 'package:flutter/material.dart'; import 'package:flutter_user_profile/home/parking_tile.dart'; import 'package:provider/provider.dart'; import 'parking_t
I am trying to use FCM for notifications. I have multiple teams that work on my app in different areas - Payments, Appointments, Rewards, Claims etc. How can I
I am trying to store data received via FCM inside a class in order to navigate to a specific tab of my app after a user clicks on that notification. My problem
im trying to add post to my firebase database but i got error like in the title (Uncaught (in promise) FirebaseError: Function addDoc() called with invalid data
I'm using firebase for the first time in vue.js. After installing firebase using npm, I added it to main.js as follows. //main.js import { createApp } from "vue
My assumption was that Firestore would not consider the client cache when evaluating Read usage. However, when I have persistence enabled in my application, it
I'm trying to run a simple query, where I search for a document that contains a value inside an object array. For instance, look at my database structure: I wa
Based on new version of firebase dependencies in flutter, there is new filters such like isNotEqualTo, arrayContains, arrayContainsAny, whereIn and so on. I try
I am new to firebase and wanted to update the Authorized domains(was able to add domains a few weeks ago) for the authentication, but I am unable to delete or
We are looking for a way to download from Gitlab an Android .apk that was distributed via Firebase and is located in the (APP Distribution) section, to upload i
I am trying to retrieve the resultant array of collections that has documents mapping to their respective collections in firebase v9. For example, I have this w
I am trying to use a Firestore data converter inside a transaction where I am adding a record to a collection (entries) and updating a counter in another collec
i am using Firebase but when I try to make a reset pass word link this error ocour's . What is the reason behind it and how can I solve this error. I have tried
I have a NodeJS application and I'm trying to write some tests. Currently, I'm trying to stub Firebase. Current code: sinon.stub(firebase, 'initializeApp'); con
I want to use firebase but i want that i will get realtime users on the app. But not getting how to get it as i found this is the firestore DB
I have a c# project and I'm trying to update a single value of an object using FireSharp. However, when I do, it deletes the other objects that are strings. tld