내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 

 

 

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
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.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
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.