Hello,
I am trying to connect my app with my data collection in firebase. I am using the bubble api plugin but I am having a hard time with the auth, get my data…
I succeed to retrieve my data with postman but I do not understand the plugin.
I created in firebase a service account, I have my JSON
{
“type”: “service_account”,
“project_id”: “xxxxxxxxx”,
“private_key_id”: “xxxxxxxxx”,
“private_key”: “-----BEGIN PRIVATE KEY-----\nxxxxxxxxx\n-----END PRIVATE KEY-----\n”,
“client_email”: “xxxxxxxxx”,
“client_id”: “xxxxxxxxx”,
“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”: “xxxxxxxxxm”
}
thanks for you help.
Alex