Im implementing Firebase Cloud Messaging notification for my React Native app. For Android, the notification works great, however, for the ios, I faced an error
Im trying to figuring out how to calculate the age of user in my flutter application. What I want is only valide user which are have a min age of 18. Heres my c
I am using firebase identity toolkit from googleapi for phone verification on web. I have handled recaptcha for website too using site key and went to do post
I have downloaded fresh google-services.json from my firebase account and placed it properly. This was needed as a part of FirebaseInstallations migration proce
I am using Stripe's prebuilt checkout with react and firebase. The checkout process works fine and directs the user to the succes_url, but I would like to updat
This is my error Could not GET 'http://dl.bintray.com/microsoftazuremobile/SDK/com/google/android/gms/play-services-measurement-base/maven-metadata.xml'. Receiv
Is there a way to use Firebase services in a library/module? I am planning of creating a module for Firebase only, I know that Firebase services need FirebaseAp
I use the firestore js sdk in my web app, and faced a problem: some of my users are behind a firewall that blocks firebase urls (https://firebase.googleapis.com
I am getting a null value for the 'count' when I am accessing it through the Text widget. But when I print the value of count in the function, it shows the corr
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