Skip to main content
Filter by
Sorted by
Tagged with
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
0 votes
0 answers
48 views

I am trying to implement push notifications for web.I have succesfully managed to display background notification. But on clicking it, the notification does not open the window or link I want.Rather, ...
Nipun Sharma's user avatar
0 votes
1 answer
62 views

Firebase authentication (email_pwd and google-auth) is linked to this web app (NextJS) I want to switch from browser popups for Google Sign-In to a redirect. That's when this issue was encountered. To ...
Dumindu Jayasekara's user avatar
1 vote
1 answer
60 views

i am trying to send push notification like below: const { getFirestore } = require('firebase-admin/firestore'); const { initializeApp } = require('firebase-admin/app'); const { https } = require('...
Moblize IT's user avatar
  • 1,338
0 votes
0 answers
111 views

When using Firebase Phone Authentication with App Check enforced (Play Integrity for Android, App Attest for iOS), OTP SMS codes are delivered inconsistently. Some phone numbers/devices receive OTPs, ...
Asher's user avatar
  • 1
0 votes
3 answers
83 views

These are all the rules I'm currently using: rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read: if request.auth != null; ...
Simon Ferndriger's user avatar
0 votes
1 answer
92 views

My Application use implementation 'com.google.firebase:firebase-auth:23.2.1' implementation 'com.firebaseui:firebase-ui-auth:9.0.0' I have a button sign in with phone number to connect with firebase ...
tamtoum1987's user avatar
  • 2,087
0 votes
1 answer
53 views

I believe a Nuxt.js (Vue.js) web app with Firebase is correctly set up, as I'm able to log in with Firebase/Apple using signInWithPopup. I have properly set my custom domain in the Auth domain ...
Robert Brax's user avatar
  • 7,488
-1 votes
2 answers
48 views

When working with 'firebase/firestore' in a React app. I have a document identified as: const docRef = doc(fireStoreDB,'CollectionOne','DocumentTwo'); How can I find the current number of fields in ...
Michel's user avatar
  • 11.9k
1 vote
2 answers
74 views

When working with 'firebase/firestore' in a React app. I can successfully use code like the one below: import {collection,addDoc,...} from 'firebase/firestore' const collectionName = 'France', ...
Michel's user avatar
  • 11.9k
1 vote
1 answer
76 views

I have a Google Cloud Function (v2) written in Node.js/TypeScript that is triggered by a Pub/Sub topic for Google Play Store notifications. The function's goal is to verify a purchaseToken with the ...
ranzadev's user avatar
0 votes
1 answer
48 views

public async Task<int> GetUserRankAsync(int userMaxWave) { var higherQuery = FirebaseFirestore.DefaultInstance .Collection("Leaderboard") ...
Gokhan Cınar's user avatar
0 votes
0 answers
62 views

I'm having an issue getting my React web app to authenticate users on the live site via Google Firebase Auth redirect sign-in method. I've followed the documentation for redirect best practices, and ...
miles_holt's user avatar
0 votes
0 answers
149 views

We have integrated Firebase App Check on Android using the Play Integrity API provider. Initially, App Check was disabled due to issues with some users, particularly those on GrapheneOS, who were ...
YMonnier's user avatar
  • 1,489
0 votes
3 answers
289 views

I’m building a React Native app using Expo with push notifications. Everything works as expected when testing through Expo Go: I send a push notification via the Expo push API, and it gets delivered ...
Tablet's user avatar
  • 1
0 votes
1 answer
70 views

I am trying to get the invertase extension to work with metered pricing but I keep getting the error: {message: 'Quantity should not be specified where usage_type is metered. Remove quantity from ...
Sarthak Garg's user avatar
1 vote
2 answers
65 views

I have written a user authorization method and want to catch a specific error code to show to the user. Here is a snippet of the method: await _auth.SignInWithEmailAndPasswordAsync(email, password)....
Mafineo's user avatar
0 votes
0 answers
54 views

I am trying to add a function to my mobile application to send e-mails with registration code to the users of the app and it's always failing with the same error, E-mail=undefined. I will show also ...
Vanina Dimitrova's user avatar
1 vote
1 answer
196 views

While migrating my Ionic Firebase project from NgModules to standalone, I get errors - I'm using Ionic Capacitor 7, Angular 20. ERROR: Firebase API called outside injection context: user Has anyone ...
Thomas Degroot's user avatar
1 vote
0 answers
76 views

I'm using Flutter with the firebase_messaging plugin (version 15.2.9). When I try to submit my .ipa file to App Store Connect, I get the following validation error: Unexpected CFBundleExecutable Key. ...
Mitsu's user avatar
  • 13
1 vote
1 answer
38 views

I have a collection of musics. They can contain a subcollection of notes. I would like to prevent deletion if any notes exists I tried match /databases/{database}/documents { match /musics/{musicId} {...
Foxhunt's user avatar
  • 964
0 votes
0 answers
49 views

I'm using Firebase Phone Authentication in a React Native app. The issue I'm facing is that when auto-verification happens, the CODE_SENT case still executes first, and AUTO_VERIFIED is triggered ...
Tushar Bhatia's user avatar
0 votes
0 answers
36 views

This is a nextjs + firebase application that should have google and microsoft authentication. TLDR: The microsoft auth flow for new user the very first time they log all works as expected (I'm getting ...
GhostOrder's user avatar
1 vote
0 answers
153 views

When I run the following simple push notification sending code. import firebase_admin from firebase_admin import credentials, messaging cred = credentials.Certificate("/xxx/demo.json") ...
Cheok Yan Cheng's user avatar
0 votes
0 answers
76 views

I'm struggling with a persistent Firebase error when trying to implement phone number authentication in a Next.js 14 (App Router) application. I keep getting FirebaseError: Firebase: Error (auth/...
LinusNeedTechTips's user avatar
1 vote
0 answers
43 views

It worked the first couple of times I tried but now I just get this Safari cannot connect error. I wonder what I am doing wrong. This page appears after I enter a phone number into my text field and ...
BrainStormer's user avatar
0 votes
1 answer
133 views

My app was on Cordova@11 and [email protected] with [email protected] and all was working fine. My prod/app store version is running these versions. I then upgraded my dev ...
rolinger's user avatar
  • 3,196
-1 votes
1 answer
55 views

I have a simple program to show real-time postview counts. But in Firebase, it says Your security rules are defined as public, so anyone can steal, modify, or delete data in your database Every ...
Mohammad Ibrahim's user avatar
-2 votes
1 answer
72 views

I'm trying to create some Firebase Cloud Functions but every time a I try to deploy with firebase deploy --only functions the build is failing with no logs in Cloud Build: I'm using the template ...
FlorinD's user avatar
  • 496
0 votes
0 answers
105 views

I'm currently working on the entire authentication section of an IOS app using the most recent version of XCode and just added Google sign-in capabilities. I first created an account using email/...
Remi_Zacharias's user avatar
3 votes
1 answer
175 views

I'm have an authentication issue with a Firebase Callable Function. My Setup: Client: iOS (SwiftUI) using firebase-ios-sdk v11.15.0. Backend: Node.js v20 (2nd Gen) https.onCall Firebase Cloud ...
magneticresonance's user avatar
0 votes
1 answer
72 views

Error getting access token for service account: 400 Bad Request {"error":"invalid_grant","error_description":"Invalid JWT Signature."} I am getting this error ...
Aryan Batra's user avatar
0 votes
1 answer
51 views

I have been working on an application whose frontend is in react-native (using expo) and backend is in express js. Now during the testing the frontend guy generates the FCM token and then send me to ...
Haider Ali's user avatar
0 votes
0 answers
50 views

I’m trying to trigger a Firebase Cloud Function (v2) only when a specific nested field is added to a Firestore document. That means that the value for that specific field should be undefined in the ...
techiejd's user avatar
0 votes
1 answer
67 views

I have a website that uses Google Analytics for Firebase (web SDK). When using the GA Debugger Chrome extension I'm seeing events arrive in the Firebase Console Debug View, so everything is connected ...
chichilatte's user avatar
  • 1,901
0 votes
1 answer
109 views

Project IDX used to be standalone but it is nowadays part of Firebase Studio. Previously, I was able to use IDX with Google Apps Script following these steps: Create a blank workspace on IDX. ...
farooq's user avatar
  • 302
2 votes
0 answers
100 views

I'm working on a Flutter app with Firebase Authentication and App Check enabled. On iOS, when using FirebaseAuth.instance.verifyPhoneNumber(), sometimes the reCAPTCHA appears twice: await ...
Humayun Rahi's user avatar
0 votes
0 answers
98 views

I'm encountering an issue when building my Unity app for iOS after integrating GoogleSignIn. Previously, my app built successfully with only Firebase Firestore integration. However, after adding ...
Samed Uğur Zaman's user avatar
0 votes
0 answers
87 views

I use Firebase Authentication with an SAML provider linked to an Azure SSO in a Next.js web app. Problem : After a user first signs in, the displayName property in Firebase Authentication is set to ...
lordofmax's user avatar
  • 833
1 vote
0 answers
88 views

Summary: I am building a Chrome Extension (Manifest V3) that uses Firebase Auth, but my extension is rejected due to this violation: Violation reference ID: Blue Argon Technical Requirements - ...
dino's user avatar
  • 1
0 votes
0 answers
38 views

I'm building a Firebase/React library app where admins add student users via a Cloud Function (createStudentUser) requiring an admin claim. I set admin: true for my user (UID: ...
Al-Burh developer's user avatar
1 vote
0 answers
3k views

I have created 4 build configurations: Debug: default one which runs in staging env with bundle ID: xxx.xxxx.st Release-Staging: used for archive of staging app with bundle ID: xxx.xxxx.st Release: ...
Karthik Modugula's user avatar
0 votes
0 answers
59 views

Goal:* I'm trying to implement a Stripe webhook endpoint in my Next.js (App Router) application to handle the checkout.session.completed event. The endpoint should process the event and return a 200 ...
LinusNeedTechTips's user avatar
0 votes
1 answer
96 views

I’m working on a mobile app built with Ionic React and I’m trying to implement Google login using Firebase. I am using the @capacitor-firebase/authentication package for Firebase Auth in an Ionic ...
Lunastorta's user avatar
8 votes
0 answers
839 views

We are currently facing an issue with implementing "Sign in with Apple" in our iOS application built using Flutter. We've implemented "Sign in with Apple" using Firebase and On ...
Raman Verma's user avatar
0 votes
0 answers
38 views

I am facing a problem with Google signin using firebase to authenticate user. It works in debug and release mode but when deployed to playstore, it shows error of PlatformException. Tried adding sha1 ...
Karthik Gaddam's user avatar
0 votes
0 answers
60 views

I'm looking into optimizing Firebase Auth. The web SDK does cache login state, but (unlike the native iOS and Android versions of the SDK) always performs at least one request to check authentication. ...
REJH's user avatar
  • 3,315
0 votes
1 answer
93 views

I am in the process of migrating from version 1 of Google Cloud Functions to generation 2 in cloud run. I've update my functions, but when they are deployed using --only functions:myFunction command ...
Steve Klock's user avatar
2 votes
2 answers
2k views

While following a tutorial I was asked to install a package dependency, Firebase. I was after two components, one being Firestore. After installing it with the package manager and trying to build the ...
KittyKat's user avatar
1 vote
1 answer
480 views

I have been struggling with this for a week, but I can't get my head around it. I have a MacBook 2017, so Xcode 15.2 is the most recent I can use. I tried everything: reinstalling pods reconfiguring ...
user30826276's user avatar

1
3 4
5
6 7
2872