Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
39 views

The Firebase Admin SDK (Python 7.5.0) recently added a fid send target and deprecated token (see docs: https://firebase.google.com/docs/cloud-messaging/send/admin-sdk#send-messages-to-specific-devices)...
Score of 0
1 answer
68 views

Problem I'm unable to update the custom action URL for any Authentication email template in my Firebase project. The project uses Firebase Authentication with Identity Platform enabled. Every attempt ...
Score of 0
1 answer
108 views

Firebase signInWithRedirect() returns to my app but never creates a Firebase authentication user, while signInWithPopup() works. I'm seeing behavior that I can't explain. I have a minimal Angular ...
Advice
0 votes
2 replies
85 views

I have a reusable apiFetch() wrapper that adds a Firebase auth token, sends JSON when needed, parses the response, and throws a custom error for failed requests. The code works, but I’m not sure if ...
Best practices
0 votes
2 replies
71 views

import CryptoJS from 'crypto-js'; const GLOBAL_SALT = 'AarthSaathiEncryptSaltSecretKey'; /** * Encrypts a field value client-side using a key derived from the user's UID. * @param {string} value ...
Best practices
0 votes
4 replies
116 views

// UserContext.jsx — global user profile state // Handles missing Firebase gracefully (works without credentials during dev) import { createContext, useContext, useState, useEffect } from 'react'; ...
Score of 3
2 answers
521 views

I'm using the FirebaseExtended/action-hosting-deploy@v0 GitHub Action to deploy a Flutter web application to Firebase Hosting. Every time I push changes to my code, the action runs and fails with an ...
Score of 0
1 answer
94 views

I've just updated one of my iOS apps in Xcode. Its uses Firebase. iOS version all works fine, and is already uploaded to App Store Connect. The app also has a Mac version using Catalyst. However, when ...
Score of 2
0 answers
98 views

I am writing this backend software where I need to send Firebase notifications to the client (a tablet), and when I send the notification itself (wrapped in a method) I want my thread to wait 10 ...
Score of 0
1 answer
82 views

This is the first time I'm learning Flutter and Firebase. I tried to create a new project using the command flutterfire configure inside a flutter project named "notes". And here's what I've ...
Best practices
0 votes
3 replies
96 views

I am building a simple school project, and the idea is that users form a group together, then an activity (for example movie activity), and then in that activity the app suggests movies for every ...
Score of 1
0 answers
90 views

I’m using the Firebase Firestore BigQuery Export extension. The extension installs successfully and starts streaming Firestore changes into BigQuery, but after approximately one day it disappears from ...
Score of 2
1 answer
378 views

I have been using Credential Manager for several months, but recently in March the sign-in in my application stopped working. The app freezes and it becomes impossible to complete the sign-in process. ...
Score of 0
0 answers
87 views

I have an Angular v21 app that I've configured to use SSR, and it is failing on certain prerendered routes while trying to build, with unclear errors. I've looked around and tried different ...
Score of 0
1 answer
119 views

I've got a random issue in my Android application where in most Firebase crash logs I have an obscene amount of session_start events coming out of nowhere. I've never seen this on my other projects, ...

15 30 50 per page
1
2 3 4 5
9547