All Questions
65 questions
0
votes
1
answer
217
views
Getting PathNotFoundException: Cannot open file, path = 'flutter_app\android\build.gradle` after flutter 3.29.0 using firebase-cli
After upgrading to Flutter 3.29.0, Android build scripts have migrated to .kts files. When trying to connect my project to Firebase using the flutterfire CLI, I'm encountering a PathNotFoundException:
...
0
votes
1
answer
98
views
Dealing with Firebase hosting issues
I have a flutter web app that I used firebase for its database, authentication and deployment, but whenever I deploy I only see this screen.
this is the firebase.json file
{
"database": {
...
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 ...
1
vote
0
answers
77
views
Error: Could not find "dataconnect.yaml" in "C:\Users\..my_project\dataconnect"
I run in to this error while running firebase emulators:start
(node:8440) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --...
1
vote
1
answer
18
views
flutter web make invalid path error when using realtime database emulator
I'm working with flutter and realtime database emulator.
When i try to read from database by using .get() following error occur.
Error: child failed: path argument was an invalid path = "http://...
0
votes
2
answers
259
views
Failed to parse JSON response from Firebase CLI. JSON response: FormatException: Unexpected end of input (at character 1)
I am trying to setup my firebase project with flutter app. I was already using flutter successfully with no problems and was using firebase before they added this CLI method.
I have successfully ...
0
votes
0
answers
265
views
Fixing Error: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null) by double checking package name
I'm using Flutter for the front end and this error
PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null)
surfaced when I was trying to integrate the google sign ...
0
votes
1
answer
48
views
FirebaseCommandException while running flutterfire configure
I am trying to configure the Firebase in my project. After installing the firebase-tools package using npm, I try to configure the Firebase project in my flutter project but i am getting the error all ...
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.
✔ ...
0
votes
0
answers
52
views
How to call a Firebase Function httpCallable in a Flutter front app on the Firebase Emulator Suite environment?
I have set up the Firebase Emulator Suite, and the database-triggered functions are working as expected. However, I'm having trouble calling a Firebase Function using httpsCallable from my Flutter ...
0
votes
1
answer
345
views
can't Import firebase_options.dart
I can't Import firebase_options.dart to the main.dart file. And I also got this Error:
FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.
COMMAND: ...
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 ...
0
votes
0
answers
69
views
Firebase emulator still using real firebase account
Update: It works on Android! So my config probably isn't wrong. It could be an iOS issue.
I'm trying to use the firebase emulator so it doesn't send out emails to my fake test email addresses (which ...
0
votes
0
answers
142
views
Firebase CLI not letting me register the app without package name, not even letting me provide one
I was registering my flutter project with the firebase project that I created on the website. I followed the steps there and along the way it asked me for the package name (application id) which it's ...
4
votes
4
answers
2k
views
How to remove/hide Firebase warning "Running in emulator mode. Do not use with production credentials" when using Flutter?
When using Firebase in a Flutter app and enabling emulators for local/offline development, I cannot find a way to hide the "running in emulator mode" warning.
Enabling in flutter:
...