From 957db73aad0326e1e319cf626ba247d3e52edb18 Mon Sep 17 00:00:00 2001 From: Harkirat Singh Date: Fri, 7 Jun 2019 22:28:03 +0530 Subject: [PATCH] Added steps to find SHA-1 if app signing via Google Play is enabled (#679) --- docs/android-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/android-guide.md b/docs/android-guide.md index e4b13c2d..151db72f 100644 --- a/docs/android-guide.md +++ b/docs/android-guide.md @@ -177,6 +177,8 @@ signingConfigs { Check if "Google Play App Signing" is enabled for your app. If it is enabled, you will need to add the "App signing certificate" `SHA-1` to your firebase console. +You can find it at: App -> Release Management (in left sidebar) -> App signing. In there, copy `SHA-1 certificate fingerprint` into firebase console for the Android app. + #### G. I did everything and I still have problems to compile my project. Read this [medium article](https://medium.com/@suchydan/how-to-solve-google-play-services-version-collision-in-gradle-dependencies-ef086ae5c75f). Basically, if you have other play services libraries installed, you have to exclude some dependencies.