I just migrated my Firebase project to the new console (now it is firebase.google.com).
When I try to deploy my app via CLI, I keep getting the following error:
Error: Invalid Firebase specified
May I know how to deploy my app successfully after migration?
It seems like an intermittent issue. I retried an hour later and no more errors.
Related
I am completely new to Cloud development. I have created a Spring Project and deployed that into cloud foundry. On my local system, app runs fine without any issues. But when i go to Cloud Foundry and try to run my application via cf url, i am getting null Not found error. Please see the screenshot below. Could you please let me know how to resolve this issue.
I'm trying to deploy a test web application using Firebase. I found this Google documentation to deploy a test application 1. I am able to clone a Github repository and enable Firebase on the project. The Firebase web app was created, and I used my Google account as an authentication method. I enabled the web app in Cloud Firestore, and everything seems to be working fine on the Firebase side.
My project is being deployed using GCP and running the application using Cloud Shell. The Firebase version installed is 9.22.0. I got to the point where I need to authorize the Firebase CLI with the following command:
firebase login
According to the instructions, I'm supposed to get the following message: “Allow Firebase to collect CLI usage and error reporting information?” and authorize by pressing Y, and enter to generate an URL. I need to paste the URL in the browser to authenticate with the account being used to generate a verification code and then use it in the Cloud Shell prompt.
Once I run the firebase login command, it never prompts me with “Allow Firebase to collect CLI usage and error reporting information?” It generates the link, and I paste it in the browser and I get the following screen:
I have tried cleaning the browser cookies thinking it was a browser issue, but I kept getting the same error. I have tried different browsers, but keep getting the same error. I recreated the project several times, but Cloud Shell never prompts me to allow Firebase. I have created the project in another GCP account, and we have the same problem. The instructions were followed according to the documentation, but I cannot move forward because it is not allowing me to authorize the Firebase CLI. Does anyone have any insight on the issue? Any help would be very welcome.
1 https://firebase.google.com/codelabs/firebase-web#3
As mentioned in this documentation:
The firebase login command opens a web page that connects to localhost on your machine. If you're using a remote machine and don't have access to localhost, run the command with the flag --no-localhost.
Run the following command in your terminal:
firebase login --no-localhost
Tried the steps in the documentation you provided and I was able to launch the app successfully.
I am trying to deploy a NextJs application to Vercel.
I followed steps in this tutorial: https://vercel.com/guides/nextjs-prisma-postgres and the deploy with that app works but with my new app doesn't.
On localhost my application runs just fine but when I'm trying to deploy on Vercel the deploy fails with message Deployment failed with error.
I'm trying to get the logs, to see why the deploy failed but I can't click on the Building part of the screen where I could see the build logs.
Picture of Vercel after Deploy failed:
My question is how could I see the logs if the Vercel deploy fails at first try?
I had the same problem. I couldn't deploy my app in Vercel and none error showed on the console. So, I run the npm run build locally and there it showed me some typescript errors that don't appear in any other place. After I solved those errors I could deploy my app in Vercel without problems.
I looked into it further, and to get some error information I used the vercel cli (https://vercel.com/docs/concepts/deployments/overview) instead of gui.
Hope this helps you to.
I am trying to connect to Firebase using Firebase assistant, however I get this error:
Connect to Firebase
Could not parse the Android Application
Module's Gradle config. Resolve gradle build
issues and/or resync.
The question is, how can I get more details about the error? as I already can build the project successfully.
I thought I can use the terminal in Android Studio to connect to Firebase to get more details about the error, but I could not find anyone doing so..
Any idea? is there a verbose mode for the assistant?
Recently tried to start up a new project in my firebase console, to allow another developer to run an instance of our app. The web based SPA-style app is written using Firebase 2.0. Using authwithpassword, I get back an error “This Firebase project requires import into Google Cloud Platform to resume service.“.
As far as I can tell, the project does exist in my cloud platform console. Any ideas? Is this a usage limit error?
There was another question out there on this error message, but that related to a user who specifically did not want to place a project on the cloud servers. In this case, the error message is displaying even though the project is already managed on Google Cloud Platform.