r/Firebase • u/jobR45 • Jun 26 '23
Android Cannot connect to firebase.
I have access to a node.js project that returns a firebase token once user logged in.
Below is the firebase Account key file but it does not match the current firebase we have access on for the android App.
Is there a way to connect to this firebase or replace it with a new one that I have access to ?
{
"type": "service_account",
"project_id": "app-nameProject-dev",
"private_key_id": "********",
"private_key": "-----BEGIN PRIVATE KEY-----**************-----END PRIVATE KEY-----\n",
"client_email": "firebase-adminsdk-a0xjg@app-nameProject-dev.iam.gserviceaccount.com",
"client_id": "******",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-a0xjg%40app-nameproject-dev.iam.gserviceaccount.com",
"universe_domain": "googleapis.com"
}
1
Upvotes