JSON configuration app surface android
Hello,
We are working on sending push notifications (AJO) through the AEP Mobile SDK messaging library.
In the configuration of the surface app for Android, it is requested to upload a configuration JSON.
The JSON that we have uploaded has the following format.
{
"type": "service_account",
"project_id": "xx",
"private_key_id": "xx",
"private_key": "-----BEGIN PRIVATE KEY-----xxx-----END PRIVATE KEY-----\n",
"client_email": xx,
"client_id": "xx",
"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": xx,
}
Is that format OK?
When we send the test we receive an error when connecting with the provider (Firebase)
Thanks