Expand my Community achievements bar.

SOLVED

JSON configuration app surface android

Avatar

Level 1

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 

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @manuruedai ,

For more details on how to get the push credentials to be uploaded in app surface configuration, please refer to the Google documentation.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi @manuruedai ,

For more details on how to get the push credentials to be uploaded in app surface configuration, please refer to the Google documentation.