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
73 views

I'm building a social media app in Flutter using Firebase (Cloud Firestore) and Hive for local caching. The app has an Instagram-style following feed where users only see posts from accounts they ...
Score of 1
1 answer
71 views

I've been encountering an issue with Firestore while trying to retrieve data from my Firestore database using the Firebase web SDK. I've gone through my code, Firestore security rules, and CORS ...
Score of 0
1 answer
115 views

I am using firebase authentication (phone/email) for my app. To initialize the firebase app, I have taken the firebase configuration JSON. In the JSON file, I see the expected project ID. Below is my ...
Score of 0
1 answer
93 views

I'm building a web app that uses Firebase Auth. I don't use any other Firebase features. The current version of Firebase is over 600kb. The Firebase Auth package on NPM states "This package is ...
Score of 1
0 answers
76 views

I'm getting a build failure specifically in the firebase_ai plugin's Android build task when running flutter run / flutter build apk. Other Firebase plugins in the same project (firebase_auth, ...
Score of 1
1 answer
131 views

I am using Firebase Realtime Database in an Android app. Firebase BoM: 34.16.0 Persistence is not enabled. When I use keepSynced(true) and then call get() on the same reference, I get this crash: ...
Score of 1
1 answer
132 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
173 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
169 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
88 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
83 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
120 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 4
2 answers
535 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
112 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
110 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 ...

15 30 50 per page
1
2 3 4 5
9546