When I try to publish, I get this message: You do not have permission to update the billing account associated with this project. Please check your permissions and try again.
My billing account is connected with project and I have all permissions.
When I try to publish, I get this message: You do not have permission to update the billing account associated with this project. Please check your permissions and try again.
My billing account is connected with project and I have all permissions.
I have no problems with API keys
This is something that @Lyalindotcom may have more insights into!
Hi @Bea , thank you for the report! This error message is surprising if your permissions are indeed all set up appropriately. I encourage you to bring this issue to Firebase Support so that we can take a closer look at your project: Contact Support | Firebase
Hi @melello , I filled a support request on Contact Support | Firebase 2 weeks ago, week ago, and 2 days ago. Haven’t got any response.
I opened a new workspace in the same project, built a web app and published it. On my first web app, I still get the same message when I try to publish it: You do not have permission to update the billing account associated with this project. Please check your permissions and try again.
I have the same problem here, any updates?
haven’t heard from Firebase support
I had this same error.
I have a workspace account with the admin account configured for GCP.
The admin account has billing permissions and created projects.
Under this Workspace organization, I have multiple domains.
One of these domains is the user account I use for Firebase Studio.
I went to the IAM settings and added this user account to the billing group.
I also made this user an owner of the project and resources in GCP.
The publish button did not immediately reflect this update and billing change.
After waiting 24 hours from creating the billing account, I was able to publish my app and select the proper billing account from the side menu.
As of today, I am able to publish my app:
not the same mistake, I have all permissions, and I was able to publish the web app from same project
Gemini Cloud Assist told me: Firebase Studio might not be the best choice for a complex marketplace application. It is designed for simpler applications and may not be able to handle the complexity of a marketplace . Gemini on Firebase console claims Firebase Studio can handle it. Whom should I trust?
Okay, I experienced a lot of the issues described when I first started to use the application.
Gemini Cloud Assist told me: Firebase Studio might not be the best choice for a complex marketplace application. It is designed for simpler applications and may not be able to handle the complexity of a marketplace . Gemini on Firebase console claims Firebase Studio can handle it. Whom should I trust?
I understand how many of you feel. Here is an application that I built, and I ran into a lot of these issues. The only reason this application is not currently on the market is not just due to running out of funds-which I did when I committed these same errors. This application can do a lot of things and creating complex applications is definitely one of them.
The mistake is in your initial design’s gentleman. I cannot stress this enough. I confirmed my suspicions when, I started over, after I had to fold my account due to Billing. When I did, I used Figma to layout and map the project for me. I then had it make the project Firebase Compliant/Rules Based Only. This is important as Firebase is Rules Based as are most generators.
I then loaded the Figma into the Prototype window. Next, I continued to adjust the prototype. I looked for instances of red code in the files being generated. Next, I asked for the errors to be listed and which pages, followed by Explain the Errors. This goes on until I see only green files being generated. This may not make sense, but as I have said there are Rules and Firebase is designed to adhere to them.
Your designer code needs to pass the Inspector with no Default Triggers. In short, gentleman it’s your Code not the application that’s blocking your development. Simple steps are Figma, Documentation on how to use Firebase, the tutorials, having a Development Folder, Logs, a Clean Git Repository, and a Slack Channel.
Once you hit Deploy this App, Firebase is using the information you Input to Output what the code Calls for.
I will continue to help resolve issues and get your projects up and running. Keep developing, designing and embrace challenges.