Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Filter by Employee ID
0 votes
1 answer
85 views

Using Firestore SDK for NodeJS: initializeApp(); const db = getFirestore("db-name"); ..... const ref = db.doc(`${firestoreCollectionUsers}/${data.auth.uid}`); const doc = await ref.get(); ...
bel's user avatar
-1 votes
2 answers
147 views

I have a Laravel backend that I'm using for my Flutter app on android and iOS. I'm using Firebase for auth, and the token lives for about an hour. The problem I have right now is that you need to be ...
Christoffer's user avatar
1 vote
1 answer
173 views

I have setup my cloud function to send notifications to my app. However, I stuck on an issue that returns the error below: Failed to send message to dkmC6rNuCE...: Request is missing required ...
CyberHunter's user avatar
0 votes
0 answers
90 views

Sending messages through FCM was working yesterday, but today I'm getting this error: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid ...
Mahammad Azimzada's user avatar
1 vote
0 answers
80 views

I want to get the custom claims for a user in a react-router app on the loader/action that run on the server. To do that, I am calling the User's method getIdTokenResult(false): const authIdToken = ...
jigjig's user avatar
0 votes
0 answers
79 views

We use the Firebase Admin Java SDK to send push notifications to iOS devices. Messages appear in the BigQuery firebase_messaging export with message_status = MESSAGE_ACCEPTED, but never progress to ...
Oliver Zhu's user avatar
1 vote
1 answer
120 views

I have a Next.js application on Vercel. My API route fails when calling Firestore's doc() function, but only when deployed to Vercel or when running the production build locally. The dev server (npm ...
Matthew Helker's user avatar
0 votes
0 answers
100 views

I know nothing about code. I have been using the Firebase Console AI to help me build a website. I'm amazed it's working out to be honest, but I have hit a wall. For reasons specific to the app I am ...
The Outland Tavern's user avatar
5 votes
2 answers
196 views

I have a React Native project using Firebase, and I’m facing an issue with Google Cloud Functions. After moving my code to a new React Native project, every Cloud Function call returns an "...
cross's user avatar
0 votes
0 answers
71 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
0 votes
1 answer
114 views

I am migrating a generation 1 node.js google cloud functions to generation 2 cloud run. It uses a onDocumentCreated function to create and save a file to cloud storage built from a collection of data ...
Steve Klock's user avatar
2 votes
1 answer
81 views

I have two Firebase Cloud Functions with onDocumentCreated triggers. The issue is that when my delete function tries to delete a document that doesn't exist, it somehow triggers the checker function, ...
HouseOfCode's user avatar
0 votes
1 answer
71 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 vote
0 answers
191 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
1 answer
109 views

Firestore transaction is taking 2 minutes consistently. So my 1 cloud function is taking several minutes to execute. I just changed it all without transactions, and it is executed within seconds. I am ...
coolcool1994's user avatar

15 30 50 per page
1
2 3 4 5
158