Category "firebase"

How do I list all data in react native firestore? [closed]

I want to see the posts made by all users. so i want to get all data regardless of user id function storePostData(){ firebase.firest

How to manage firebase sign-in in another class

I have 3 different Fragments to sign in. This is one of fragment to sign-in. @AndroidEntryPoint class SettingFragment : Fragment(){ lateinit var binding: Fragm

Firebase dynamic link always goes to ios app store even if app installed

I have a dynamic link that is working fine on Android however I can't get the App Store redirect behaviour working correctly on iOS. If I set up the dynamic lin

Is there a way to use the results of a catch block inside a widget in Flutter

I am building a flutter app with Firebase as the back end. I have created an AuthService class on a separate file and import and use the Auth functions inside t

Firebase functions deploy errors

I've deployed firebase deploy in cmd console. but error has occured several times. I already tried these things: Changing %RESOURCE_DIR% in firebase.json file T

Getting error QUOTA EXCEEDED while authentication Even if we're using Blaze plan

We are using firebase service for verifying users numbers which was working fine few days ago. But now it suddenly sometimes work and sometimes doesn't and thro

Delete user account in firebase

i have a flutter application where users have an email and password (accounts) and i want to give the user the option to delete their account if they want to, t

Able to proxy my React app in localhost to heroku server but not on firebase

I was wondering if there was a way to proxy my firebase-deployed app to redirect all requests to a heroku API URL. { "name": "denrol", "version": "0.1.0",

Firebase SDK crashes on FBLPromise with unrecognized selector

I've followed the Firebase docs for integrating my iOS app with Google Sign-in authentication, and now that I have the "sign-in with google" button showing up i

Firebase Authentication with custom domain

I have a question about Firebase Authentication for custom domains. I added the dns record and tried to verify the email after 24 hours, but when I click the li

Permission denied to google cloud secret on firebase function deploy

I have a firebase project with a google cloud function like this: export const myFun = functions.region("europe-west1") .runWith({ timeoutSeconds: 10, secre

How do I change flutter_ling version in flutter project?

Here I trying to add dependency geoflutterfire: ^3.0.3 After adding this line in pubspec.yml I presses pub get to get all package which I listed in it. But I g

How to add element to array at firestore database? (python)

I need to add some value (val) to existing array in google.cloud.firestore document. I found solution like that: database.collection('collection_name').document

Sending FCM Batch request for legacy HTTP API

Using the legacy FCM HTTPS API is it possible to send messages to a device or a device group as stated in the documentation here, but their is not information r

Using Firebase Functions with Nuxt 3

Environment Operating System: macOS 10.15.7 Node Version:v16.14.2 Nuxt Version: 3.0.0-rc.2 Firebase: 9.7.0 firebase-admin: 10.2.0 firebase-functions: 3.21.0 fir

Getting this flutter error when calling the nested list of data from firestore database. Getting null method call []("orientation")

I'm getting this null error when calling the firebase firestore database. It's working fine with my other data. Only getting error with this nested List of 'ori

Should we be using the unsubscribe method returned by Auth.onAuthStateChanged() in firebase to clean up memoery leaks?

Here is my code: import React, {useState, useRef, useEffect} from 'react'; import { getAuth, onAuthStateChanged } from 'firebase/auth'; import { useNavigate } f

How to retrieve large datasets from Firestore in chunks?

My app has around 50K objects. And I need to retrieve atleast 10000 objects to build charts for stats; I am not able to get more than 600 objects in a single ca

Not able to push data to real time database with react native

I am using this code to push to a real time database with NodeJS and this is working fine import admin from "firebase-admin"; admin.initializeApp({ credenti

Acces to XMLHttpRequest at 'https://api-link/login' from origin 'http://localhost/3000' has been blocked by cors policy. (React, , firebase, JWT))

When I try to implement a secure login system in React application with firebase using JSON Web Token (JWT) I am getting this error: Acces to XMLHttpRequest at