Skip to main content

All Questions

Tagged with
0 votes
1 answer
44 views

Clear Firestore database after testing

I am running Android UI tests. I use a separate Firestore DB for testing. I want to delete all documents after a test finishes. This curl command works. curl -v -X DELETE "http://127.0.0.1:8080/...
akalanka's user avatar
  • 607
0 votes
1 answer
88 views

Firebase Authentication Emulator in Flutter on Android: `Logging in as [email protected] with empty reCAPTCHA token`

I’m trying to use the Firebase Authentication Emulator with Flutter on Android, but I’m encountering an issue during signInWithEmailAndPassword. It logs the following message: FirebaseAuth: Logging ...
aanas.sayed's user avatar
0 votes
1 answer
31 views

How to synchronize Python scripts and Espresso tests for E2E testing with Firebase Realtime Database?

I have developed an Android app that integrates with Firebase Firestore and Realtime Database. I now want to perform End-to-End (E2E) tests that involve Firebase. Test Setup: I am using Espresso for ...
Mr T's user avatar
  • 81
1 vote
1 answer
63 views

Local emulated Firestore returns empty DataSnapshot to Android emulator but works with Cloud Firestore

I'm trying to test my Android app, which uses data from Firebase Firestore. However, I have an issue when querying data using my local running Firebase Firestore Emulator and the Android Emulator. ...
Mr T's user avatar
  • 81
0 votes
1 answer
56 views

I cannot read from Firebase Realtime Database Emulator (but I can when using the production database)

I am a new Android developer and am using Firebase Emulator to test my project during development. My project uses both Firebase Auth and Firebase Realtime Database. When connected to the emulator, ...
wwedwa's user avatar
  • 11
0 votes
0 answers
49 views

HTTP 400 when connecting firebase project to flutter

I am facing the following error: PS C:\Users\schoo\FlutterProjects\firebasecheck> flutterfire configure --project=firesbasecheck i Found 3 Firebase projects. Selecting project firesbasecheck. ✔ ...
Ajit 's user avatar
0 votes
2 answers
52 views

why is on_call firebase function returning INTERNAL exception

firebase local emulation side: initialize_app() @https_fn.on_call( cors=options.CorsOptions( cors_origins="*", cors_methods=["get", "post", "options&...
vasantharam's user avatar
0 votes
0 answers
77 views

Cannot reach the firebase emulator from a physical device in Flutter (connection refused)

I have developed a flutter app based on firebase. Now I would like to be able to use the emulator environment of firebase for development. To do this, I have installed and set up the emulator with all ...
Pantastix's user avatar
  • 364
0 votes
1 answer
741 views

How to upload a mapping.txt file to Crashlytics using firebase-cli?

I don't want to use non-free firebase gradle-plugin in my Android-project. How to upload mapping.txt using firebase-cli? I tried to execute this command: firebase crashlytics:mappingfile:upload --app=[...
Vadik Sirekanyan's user avatar
2 votes
2 answers
594 views

Error when using Firebase Auth Emulator with Flutter

I'm getting this error when trying to use Google Sign-in with Firebase Emulators [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: [firebase_auth/unknown] An internal error has ...
starleaf1's user avatar
  • 2,894
1 vote
1 answer
472 views

CircleCI Build Error - Firebase CLI and Node.js Compatibility

Hello Stack Overflow community, I hope this message finds you well. I'm encountering an issue with my CircleCI build for my personal project, specifically related to the compatibility between Firebase ...
Masa's user avatar
  • 11
1 vote
0 answers
114 views

Custom event "firebase.extensions.storage-resize-images.v1.complete" not working in Firebase Emulator

This is an android app that sends image files to Firebase Storage. Once in Firebase Storage the images are copied to another bucket where the resize images extension is enabled and converts the copied ...
stroopwafel's user avatar
0 votes
1 answer
678 views

Need help deploying my .NET MAUI application

I am attempting to deploy my .NET MAUI application integrated with Firebase using GitHub Actions for the deployment process. I am encountering an issue during the publishing step of the workflow. The ...
Eloi Jahan's user avatar
0 votes
0 answers
85 views

I can't get a return from flutterfire realtime database emulator?

I have already done everything for the setup I'm sure. I connected my project in the firebase console, and I was able to get my app to run after an await firebase initialize (options : options...etc.) ...
Literalomicus's user avatar
1 vote
1 answer
1k views

Firebase CLI appdistribution:distribute issue : nothing appens, no upload, no error

I'm currently trying to deploy apk to firebase apps distribution but we have a issue. the command firebase appdistribution:distribute appqualityrelease.apk –app xxxxxxxxxxxxxxxxxxxx ```` don't ...
FredPonch's user avatar
  • 502

15 30 50 per page