Search code examples
android-keystoregoogle-play-services

How to manage multiple certificate hashes in google-services.json?


In the google-services.json file, the certificate hash for the Android debug key store is added and committed into the source repo.

The certificate hash is different for each member in a dev team.
How can this be managed?
Is it possible to have multiple certificate hashes for a given oauth_client entry?


Solution

  • The oauth_client section in the google-services-json file accepts multiple entries. (It's an array)