when i choose fb project to link my flutter app with i see” Which Android application id (or package name) do you want to use for this configuration
when i try to connect flutter with firebase
i type flutterfire configure
and choose a project
and i got asked :
Which Android application id (or package name) do you want to use for this configuration, e.g. ‘com.example.app’?
what should i write
i tried to write my app package name like ‘com.appname.appname_app’
and i got that error
Failed to create Android app for project diera-dev. See firebase-debug.log for more info.
Firebase Web configuration issues with existing Flutter application
I have a Flutter (iOS and Android) application for which I’m using Firebase RTDB and Auth for now. The mobile applications are not having any issues but I’m having issues configuring Web.
firebase save old user
I don’t really know how to describe the problem…
Problems while making an exe file of a flutter web app using Inno Setup
I have developed an app for windows in flutter, when I run it on my platform, things work fine. But as soon as I run it on some other machine or the client’s machine, there is a problem in the alignment of some buttons and containers.
Backend Integration Issue
I’m working on a Flutter application where I’m trying to send a request to the backend for user authentication and other pages. However, I’m encountering an issue where the backend is not sending the real-time token from the database as expected.
Flutter app running on iOS and Android but not on web
I have a flutter app that runs on Android and iOS without issues, but when I run it on web, I just get a blank browser screen. The first and only error message I see is:
Flutter app running on iOS and Android but not on web
I have a flutter app that runs on Android and iOS without issues, but when I run it on web, I just get a blank browser screen. The first and only error message I see is:
In flutter terminal when i try to run flutter pub get it is not working properly
The current Dart SDK version is 2.19.0-146.2.beta.
flutterfire configure returns “zsh: command not found: flutterfire” on Mac
I’m trying to connect Firebase to my Flutter project.
FirebaseException ([core/no-app] No Firebase App ‘[DEFAULT]’ has been created – call Firebase.initializeApp()), but i have called Firebase.initialize
This is my flutter code