Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
37 views

My Flutter app is crashing on startup with NoSuchMethodError when Firebase tries to initialize. The method checkNotGoogleApiHandlerThread() is not found in the Preconditions class, causing a FATAL ...
Mirchen Maibaze's user avatar
0 votes
0 answers
32 views

Launching lib/main.dart on iPhone 15 in debug mode... Xcode build done. 26.1s Failed to build iOS app Swift Compiler Error (Xcode): Expressions are not ...
Jainam Barbhaya's user avatar
0 votes
1 answer
62 views

I keep getting: TypeError: Cannot Read Property 'code' of undefined Here is my code import React, {useEffect} from 'react'; import {View} from 'react-native'; import {GoogleSignin, ...
LeeAbraham Valera's user avatar
1 vote
0 answers
47 views

I have an APP that fetchs and updates the Remote Config values on each initialization: remoteConfig.FetchAndActivateAsync(); I have a date filter on my Remote Config to only change some parameters ...
Raphael Santos's user avatar
0 votes
1 answer
70 views

I’m using Firebase Admin .NET SDK v3.4.0 with .NET 8. The methods GoogleCredential.FromFile(), FromJson(), and FromStream() are not available anymore in this version. I need to load my Firebase ...
Minh Tuấn Bùi's user avatar
-3 votes
1 answer
72 views

I'm trying to add Google Sign-In with Firebase to my Flutter app, but I'm getting two different errors, and I'm confused about the correct implementation. import 'package:firebase_auth/firebase_auth....
Logic Leap's user avatar
-3 votes
0 answers
45 views

I've encountered an issue that appears only after deploying to Firebase Hosting — everything works perfectly during local development. 🟢 How it works locally During local development, the player’s ...
Ken_ chik's user avatar
0 votes
0 answers
22 views

As follows, I run firebase init hosting and it returns: Error: Failed to list Firebase projects. See firebase-debug.log for more info. I tried logging in and out of firebase and running: gcloud ...
Martin Walczyński's user avatar
0 votes
1 answer
66 views

====== cocoapods-1.16.2 Unity 6000.0.41f1 Firebase 13.4.0 OSX 15.5 ISSUES: Android: not building > Could not resolve all files for configuration ':launcher:debugRuntimeClasspath'. > Could ...
user3623413's user avatar
-2 votes
0 answers
65 views

I have a problem publishing an app in Firebase Studio. At some point, the publish stops working and throws an error. In some version stop to publish , I can continue using the prototyper, but not ...
Cristian Sandoval Villegas's user avatar
0 votes
1 answer
82 views

We are in the process of merging 2 separate applications(Android & iOS) into one. Each of the application has its own Firebase project, and its own Google Analytics 4 property. So essentially we ...
Ihmune's user avatar
  • 1
1 vote
0 answers
58 views

I am migrating my Firebase Cloud Functions project from v1 to v2. Since Auth triggers are not yet available in v2, I still have auth triggers in v1 — but all my Firestore triggers are now v2. All of ...
Abhijeet Kharatmol's user avatar
0 votes
0 answers
60 views

I am using Firebase Authenticatioin in my svelte app. I called getRedirectResult in onMount and if it returns null, then, I call signInWithRedirect and getRedirectResult again. I confirm that the page ...
Jamil's user avatar
  • 3
0 votes
0 answers
80 views

I successfully had the firebase auth emulator working a few days ago, but it has mysteriously stopped working. I get a generic network error when trying to authenticate with any platform. I am using a ...
tim_d's user avatar
  • 133
1 vote
0 answers
76 views

I noticed that in my Firebase project, under Project Settings > General, the value beside "Web API Key": is different from the apiKey value in the Your Apps section just below that: Why ...
Jasperan's user avatar
  • 4,945
0 votes
2 answers
111 views

I'm using Flutter in Visual Studio Code and Android Studio with a Pixel 6a emulator with Android 13 to preview the app. Despite I could connect to other services of Firebase (Authentication, Storage, ...
CBD's user avatar
  • 107
0 votes
1 answer
92 views

func fetchNextPage() async { guard !isLoading, !reachedEnd else { return } isLoading = true defer { isLoading = false } let excluded = Array(BlockService.shared.blocked.prefix(10))...
CobraCodes's user avatar
1 vote
1 answer
117 views

I have an app that I want to add Firebase Cloud Messaging. Now, when configuring the services, I am getting this error in my Kotlin file: Cannot resolve symbol 'FirebaseMessagingService' When I try ...
grand_learner's user avatar
1 vote
0 answers
69 views

I’m getting a crash and can’t seem to find any clear solution online. My Flutter app uses Firebase Auth (along with Firebase Core and Storage), and everything works fine on some Windows devices, but ...
Ali Akbar's user avatar
1 vote
1 answer
96 views

Problem: I’m using GoRouter with a GoRouterRefreshStream that listens to my AuthCubit.stream (Cubit emits states like Authenticated, UnAuthenticated, etc.). Everything works fine when logging in or ...
Jelon's user avatar
  • 12
0 votes
2 answers
180 views

I’m fetching a Date stored in Firebase (Firestore or Storage metadata) and decoding it in Swift, but I noticed the resulting value isn’t exactly what I expect. // The date is created for midnight (00:...
Xys's user avatar
  • 11.3k
0 votes
1 answer
55 views

I am new to Android development and I'm using the Firebase App Distribution tool. It successfully prompts the user when there is a new version available to download, and in the notification drawer it ...
Josh McGee's user avatar
0 votes
0 answers
93 views

I am using chat with genKit library like below: const session = agenticAi.createSession<any>({ initialState: { uid: uid, }, }); const chat = session.chat({ model: googleAI.model('...
Moblize IT's user avatar
  • 1,340
0 votes
1 answer
53 views

My React Native app (Android and iOS) uses Firebase Email Sign In links for authentication. The app is configured to handle links that begin with a Custom Domain, which is registered and hosted by ...
Brad Stiff's user avatar
0 votes
0 answers
39 views

I built a Flutter web app using a --dart-define variable like this: flutter build web --dart-define=MY_API_URL=https://api.example.com When I serve it locally using: firebase serve --only hosting ...
Sirak Nigus's user avatar

1
2 3 4 5
2872