3

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?

Magnus Johansson
  • 28,010
  • 19
  • 106
  • 164

1 Answers1

0

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

Magnus Johansson
  • 28,010
  • 19
  • 106
  • 164