Firebase- adding multiple flutter apps
I need to add another flutter app to my firebase console but I can’t figure out how to. It usually has a “add app” button which leads to options which specify which kind of app you’d like to add. Please refer to the picture, this is what I see. How can I add another app?
Is it possible to configure firebase database connection settings within the application in flutter? If so, how can I do it?
Is it possible to configure firebase database connection settings within the application in flutter? If so, how can I do it?
Should I add the firebase_options.dart and firebase.json (from Firebase) to my repository?
I added firebase to my Flutter app.
Two configuration files have been added “firebase_options.dart” and “firebase.json”.
Both files contain “apiKey”, “appId”, “messagingSenderId”, “projectId”, etc.
I researched and found older posts in which the google-services.json was still there and it wasn’t really clear whether it should go into the repo or not.
I didn’t find a clear statement anywhere as to whether the firebase.json has to be in the repository or not.
Flutter retrieve firestore data in model
I have been following a tutorial on creating a food ordering app.
In the tutorial, there is a restaurant model file that includes the the menu items.
I have a problem with dropdown button in flutter
this error appear after i delete a category however it deletes from firebase:
Exception has occurred.
_AssertionError (‘package:flutter/src/material/dropdown.dart’: Failed assertion: line 948 pos 15: ‘items == null || items.isEmpty || value == null ||
items.where((DropdownMenuItem item) {
return item.value == value;
}).length == 1’: There should be exactly one item with [DropdownButton]’s value: Christmass.
Either zero or 2 or more [DropdownMenuItem]s were detected with the same value)
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.