I am wondering how to filter firebase firestore by date field, as I can't see data type other than String, Number, Boolean As below, please advice if someone fi
How we can get the data of push notification to save it in our local database using flutter iOS while in terminated state? We are using firebase admin-sdk to se
I need to delete the element but don't know how to get that specific element! This is the structure of data on Firebase And this is the code: import React, {us
I am trying to create and add a document to GCP Firestore using the .Net library for GCP: Google.Cloud.Firestore.V1 , however, I cannot figure out how to use th
Can we run two Firebase Function projects with the emulator at the same time? We want to test the interaction of two Firebase Function projects locally. We ha
At first I was getting the "Firebase: Firebase App named '[DEFAULT]' already exists (app/duplicate-app)." error. I saw online that wrapping firebase initializat
I wrote this code to receive all comments from the database and then print them one by one in the console. The code is: import { getDatabase, ref, child,
I am building a home automation project that has a fire sensor that will write to Firebase Database if there is a fire detected, then from that point I need to
I am trying to set up TRIGGER EMAIL to send emails through my GMAIL account. My problem is definitely in the SMTP connection URI because the same configuration
I'm using firestore paging adapter to populate my RecyclerView with data from Firestore, if collection in Firestore is empty I would like to show a TextView to
I'm trying to get firebase-ui-auth to work. I pasted what the documentation says to paste into my code (Found here): // Initialize the FirebaseUI Widget using F
I need to schedule the push notifications that offered by firebase cloud messaging by using a PHP code without cron job. I'm currently using this code to push n
Apologies in advance if similar questions like this have already been answered. I have tried everything, but still cannot figure out why I am experiencing this
What is the recommended way to share Firestore api logic (between the admin node.js and the js web) when upgrading to the web v9 modular sdk? The way I did it b
I'm deploying a Firebase Cloud Function via this GitHub Action. When I deploy from my own machine using a service account it works fine. When running the Action
I am new to react-native and firebase authentication also firestore database. Basically here I would like to implement 3 different types of user which is buyer,
I am creating a share button for a post on the feed. I am generating a unique link using Firebase Dynamic Links with a custom parameter at the end. On Android 1
I'm using firebase in my project and i got some issues mentioned below - [cloud_firestore/unavailable] The service is currently unavailable. This is a most like
[debug] [2022-05-13T06:39:38.189Z] ---------------------------------------------------------------------- [debug] [2022-05-13T06:39:38.191Z] C
I am trying to import firebase app (8.0.2) on the client side without bundler. I downladed the firebase-app.js from the CDN and host it on my server. The goal i