Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
71 views

I'm using Firebase Phone Authentication in my web application. The authentication works perfectly with test numbers and other countries' phone numbers (tested with Egyptian numbers), but consistently ...
shima mahmoud's user avatar
6 votes
1 answer
236 views

I have a Firebase project with a mobile app (Flutter) that uses callable Cloud Functions. From the app, I invoke them with the Firebase SDK like this: const functions = firebase.functions(); const ...
HouseOfCode's user avatar
0 votes
0 answers
120 views

When I am trying to call a firebase cloud function from my react.js frontend using the onCall method, I am getting a 401 Error getting reply- User not authenticated error. I know this question has ...
anish's user avatar
  • 27
1 vote
1 answer
90 views

System: Firebase5.0 - Docker Problem: I am trying to create a trigger, for assigning the ID in Firebase 5; my problem here is that I can not change the TERM for DataGrip. Code: CREATE TRIGGER ...
Franz's user avatar
  • 476
0 votes
0 answers
81 views

I am trying to initialize my firebase app using the new modular framework from rnfirebase.io but I am receiving the error below; Here is my attempt: import { getApps, initializeApp } from "@react-...
David Henry's user avatar
  • 3,090
2 votes
0 answers
55 views

I've been trying to simply read out all the files of a folder, so I can detect new files uploaded by users and parse them. However, I cannot get any output from a listResult, always just [] The thing ...
EagleGrant's user avatar
0 votes
1 answer
74 views

Is there a way to enable replay protection on a BE that does not use one of the languages supported by the admin SDK ? I would like to consume a token after verification and not only checking its ...
gbaccetta's user avatar
  • 4,692
0 votes
0 answers
42 views

General Question If I use both setGlobalOptions() from Firebase Cloud Functions v2 with the CF individual configuration, to inject secrets on runtime. Will the setGlobalOptions() overwrite the ...
Ibrahim Itani's user avatar
0 votes
1 answer
105 views

I had to reset my Laptop (Windows 11) and reinstalled Android Studio (now the newest version Narwhal - after getting the below mentioned issues, I downgraded to Koala). I also installed the latest ...
dunkiero's user avatar
1 vote
0 answers
66 views

I'm using Firebase Realtime Database in a Flutter app and listening for updates using the onValue stream. Here's the code I’m using: _plansSubscription = _plansRef .orderByChild('userId') ....
user31206466's user avatar
0 votes
0 answers
83 views

Depending on the environment, I have two different configurations I would like to use (test and prod). Unfortunately, firebase only works with the one service worker in the domain root folder (/...
Simon Ferndriger's user avatar
0 votes
1 answer
78 views

Unity: 2023.2.18f1 Selected Platform: Android Firebase SDK: 12.10.1 External Dependency Manager for Unity: 1.2.186 Facing CommandInvokationFailure: Gradle build failed. issue. I have tried all the ...
eagle's user avatar
  • 941
0 votes
0 answers
53 views

after reading thousands documentation and conversations with AI agent I found myself in here like old days. I'am trying to get notification using FCM in IOS. First of all; I had done all platform ...
Tolga Yılmaz's user avatar
2 votes
1 answer
166 views

I'm developing an Android app using Firebase Authentication (email/password) with Jetpack Compose and Kotlin. The app stores user data locally in DataStore and sets a loggedIn flag to true after ...
Элина Дышекова's user avatar
0 votes
0 answers
104 views

I'm working on an Expo RN app with React-Native-Firebase. In the past, I've had no issues with building and releasing the app. However, it seems recently every release build I've put out (either on ...
christen03's user avatar
0 votes
1 answer
92 views

When I subscribe to a collection that results in 100 documents, a couple of days later, I start my app again. I am offline. I see all 100 documents because Firestore cached them for me. Then I go ...
Witek's user avatar
  • 6,520
3 votes
1 answer
247 views

I'm building a Unity 2022.3.47 Android app that uses Firebase Remote Config via native Kotlin code. I recently updated to Firebase BOM 34.0.0, which removes all ktx libraries per Firebase's Kotlin-...
sjk's user avatar
  • 141
0 votes
0 answers
101 views

I keep getting these "Multiple commands produce" errors when building my Flutter iOS app. This started after updating to macOS 15.6 and Xcode 16.4. Error: Error (Xcode): Multiple commands ...
Faisal Umar's user avatar
0 votes
1 answer
62 views

I'm building a football match prediction system using JavaScript and Firebase. Users can make predictions on match results, and for users who don’t submit a guess, I want to automatically assign a ...
Stam Mashu's user avatar
1 vote
1 answer
57 views

I'm implementing code for notification navigation after user press on notification. Below is my code. FirebaseMessaging.instance .getInitialMessage() .then((RemoteMessage? message) { ...
MiselMoj's user avatar
1 vote
1 answer
286 views

I’m working on a Flutter app and trying to run it on Android using: Kotlin version: 2.2.0 Gradle version: 8.14.3 JVM target: 17 But I keep getting this error during the build: e: .../jetified-play-...
Dmytro T's user avatar
  • 536
0 votes
1 answer
74 views

In the Firebase Console, when showing the list of functions, what determines the order in which the functions are displayed? I am in the very early stages of a project and already have 16 functions, ...
Nerdy Bunz's user avatar
  • 7,743
0 votes
0 answers
114 views

Problem Context I'm building a Firebase iOS app application where authenticated users can access their own documents. Each user has a dedicated document in Firestore with security rules like: match /...
HouseOfCode's user avatar
0 votes
1 answer
140 views

I have a Flutter/Firebase web app where I am trying to add firebase cloud messaging (notifications). Part of this setup is to create a service worker file "firebase-messaging-sw.js", with ...
Nerdy Bunz's user avatar
  • 7,743
0 votes
0 answers
96 views

I'm developing a .NET MAUI application targeting .NET 8. In my project, I’m using the following Firebase packages: <PackageReference Include="Plugin.Firebase" Version="2.0.6" /&...
Matthew Pans's user avatar
0 votes
0 answers
47 views

I have a small app where I am using firebase functions to upload an image into firebase storage. Once done, I store this image url against an object in firebase db and then reuse this image in the app ...
feeyam's user avatar
  • 1
3 votes
1 answer
80 views

In my app, I use expo in order to have both my native app and website in the same codebase. I login using google auth via the signInWithPopup method from firebase/auth. I leave my computer for about a ...
Idan Rotbart's user avatar
0 votes
0 answers
51 views

In AndriodManifest.xml I have the following: <meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/...
Mery Karapetyan's user avatar
0 votes
1 answer
79 views

I’m facing a puzzling issue with a Firebase callable function (onCall) deployed via Cloud Functions v2 (on Cloud Run, Node.js 18/20). Even though: the client is signed in (getAuth().currentUser is ...
Alexis C. Gridel's user avatar
0 votes
1 answer
120 views

As in the title, I am unable to test my application that was published to closed testing in Google Play because of Firebase App Check. Firstly, I published my app to internal testing channel, but the ...
Cuyer's user avatar
  • 76
0 votes
0 answers
47 views

Im trying to test an error state which get updated when no foundEnterprise match is found: async function onSubmit (data) { try { const enterprisesData = await fetchData() const ...
Oksana Dotsenko's user avatar
0 votes
1 answer
126 views

Since few days I'm facing following error in Flutter Firebase. FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':firebase_core:...
LordVader's user avatar
0 votes
1 answer
130 views

I have been trying to implement Gemini image generation in Flutter, and I have use the sample code from their official documentation: https://firebase.google.com/docs/ai-logic/generate-images-gemini?...
Daniel Sega's user avatar
0 votes
0 answers
76 views

I'm developing a Django application on Firebase Studio environment. I'm trying to implement Google OAuth 2.0 for my users (doctors) to connect their Google Calendar accounts using the google-auth-...
d1spstack's user avatar
  • 1,460
1 vote
1 answer
87 views

While conducting a code review today, multiple AIs advised against using the stream() function within a Firestore transaction in Python. However, I couldn't find any mention of this limitation in the ...
Cheok Yan Cheng's user avatar
1 vote
1 answer
93 views

I built a multi-tab Flutter Web registration form (Clients and Workers) that submits data to Firebase Firestore using the .add() method. It was working fine for a few days, but now I'm getting this ...
Aryan Saigaonkar's user avatar
0 votes
1 answer
87 views

<receiver android:name=".service.PackageMonitorReceiver" android:enabled="true" android:exported="true"> <intent-filter> <action ...
Parth UMARANIYA's user avatar
0 votes
0 answers
40 views

I’m working on a React Native app using Twilio Voice SDK for iOS with the following setup: Outgoing Calls (App ➝ Real Phone) – Implemented and working fine. Incoming Calls (Real Phone ➝ App) – Not ...
Jasleen Kaur's user avatar
1 vote
1 answer
198 views

I'm getting this error while trying to run my Expo EAS Cloud build for my React Native app with Expo: Build failed: "GoogleService-Info.plist" is missing, make sure that the file exists. ...
albro3459's user avatar
1 vote
1 answer
202 views

I have an Android Java app with Firebase RealtimeDatabase and I want to initialize Firebase such that later I can delete old entries. In the onCreate method I use the following code FirebaseApp....
VanessaF's user avatar
  • 717
1 vote
1 answer
77 views

I have a web application utilising React and Firestore where users can create "rooms" which, when active, allow users to interact with the host. There is an option to both activate and ...
aabdulahad's user avatar
  • 1,145
0 votes
0 answers
69 views

I using firebase cloud message. It just work perfect on Chrome but not work on Edge with same code. Here is the code: import { initializeApp } from 'https://www.gstatic.com/firebasejs/11.10.0/...
Hoang Minh's user avatar
1 vote
1 answer
32 views

I am trying to update a file named blues.cts because a function named fetchAllPacks uses it to update the client. I was wondering if, without updating the functions, I could update the JSON data in ...
funfoxrr's user avatar
1 vote
0 answers
132 views

I'm integrating SSO into a Firebase project using external Identity Providers (IdPs) like Okta. I've successfully implemented Service Provider (SP)-initiated login flows using both SAML and OIDC, ...
ncandn's user avatar
  • 11
0 votes
0 answers
60 views

I have been tasked to tie our Entra ID to GCP and Firebase so that users added to mail enabled security group get access to firebase. I found two articles to follow From Google: https://cloud.google....
G Arts's user avatar
  • 17
0 votes
1 answer
195 views

I have a Next.js app running on Firebase App Hosting and it was previously working fine. I recently moved the Next.js app itself from the repo root directory to a subdirectory named "next", ...
aldel's user avatar
  • 6,828
0 votes
1 answer
247 views

I'm trying to build a React Native project with iOS support using GitHub Actions. The job is failing during the build of the FirebaseSharedSwift pod with the following errors: /Users/runner/work/...
Praveen Kumar's user avatar
0 votes
1 answer
304 views

When I import firebase version 8.10.0 like this: import firebase from 'firebase'; import 'firebase/firestore'; I always get an error saying this: ERROR [runtime not ready]: Invariant Violation: ...
Washington Fig's user avatar
0 votes
0 answers
37 views

I'm using Firebase Analytics for an iOS app, and recently I noticed something very strange in the analytics dashboard. Starting from [insert date], there is a sudden spike in active users listed under ...
shenglong zhang's user avatar
0 votes
0 answers
55 views

I recently upgraded to the latest versions of firebase-tools -> 14.10.1, firebase-admin -> 13.4.0, and firebase-functions -> 6.3.2. After the upgrade, I am no longer able to deploy the ...
Varun Gupta's user avatar
  • 3,164