How to get more details about Firebase connect error? - firebase

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?

Related

CloudFoundry app returning null not found error

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.

Firebase CLI authentication problem in cloud shell

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.

Auth error - This Firebase project requires import into Google Cloud Platform to resume service

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.

Azure CosmosDb Emulator not starting

I uninstalled and re-installed the Azure CosmosDB emulator on my PC, but cannot start it up now. I keep getting the following error:
Failed creating emulator certificate. Error: 0x8009000f
I have run through all of the steps in the trouble shooting guide but I am still experiencing the problem. Has anyone experienced this too and if so, how did you manage to resolve it?
Many thanks.
From Docs
In order to obtain a certificate to use with languages and runtimes
that do not integrate with the Windows Certificate Store you will need
to export it using the Windows Certificate Manager.
Also when you are running try to use https

Firebase fails to deploy after migration to new Console

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.

Resources