From 0f98c6d7b4b675776febe41da6b3859e6e200803 Mon Sep 17 00:00:00 2001 From: Pau Moreno Date: Tue, 31 Oct 2017 16:56:44 +0100 Subject: [PATCH] Add instructions for updating fingerprint after publishing app in Play Store --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5fa86651..f611c3ba 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,10 @@ $ keytool -exportcert -keystore -list -v ``` Login on Android will use the accounts signed in on the user's device. +#### Publishing your app in Google Play Store + +Google re-signs your app with a different certificate when you publish it in the Play Store. Once your app is published, copy the SHA-1 fingerprint of the "App signing certificate", found in the "App signing" section under "Release Management", in [Google Play Console](https://play.google.com/apps/publish/). Paste this fingerprint in the Release OAuth client ID in [Google Credentials Manager](https://console.developers.google.com/apis/credentials). + ### Web Client Id If you want to get an `idToken` or `serverAuthCode` back from the Sign In Process, you will need to pass the client ID for your project's web application. This can be found on your project's API credentials page on the [Google Developer's Console](https://console.developers.google.com/).