Flutterfire configure is not allowing me to add package name. #12441
Unanswered
Bobbyjoness
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I was adding the project package name from VS Code terminal and had the same issue, what worked for me was just adding the app through command prompt, it let me write the whole package name |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm having the same issue. Can't add the package name and "flutterfire configure" does not work without it. I'm stuck. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an existing flutter and firebase android app that I am trying to repair and migrate. I decide to create a clean flutter project to make things easier. I used flutterfire configure to set up the firebase portion. The problem is that I originally had the wrong applicationID in the build.gradle. the configure process ended up making a new app on the existing firebase project. I fixed the build.gradle and ran flutterfire configure to see if it would pick up the change. Instead it is asking me for the package name but I can't type anything in. I press enter and the configuration process fails because firebase attempts to create a new app without package name. Is there a way to fix this? I am on windows. I typically use command prompt. I could try powershell if it makes any difference.
Beta Was this translation helpful? Give feedback.
All reactions