Skip to content

Commit

Permalink
Added steps to find SHA-1 if app signing via Google Play is enabled (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
harkirat1892 authored and vonovak committed Jun 7, 2019
1 parent d00b7c9 commit 957db73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/android-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 957db73

Please sign in to comment.