Created
October 19, 2018 05:02
-
-
Save senamit2708/16906bc058adf7f65df3bb5ddda4bb1d to your computer and use it in GitHub Desktop.
How to get sha1 value in windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// if the sha1 value will not match with firebase, it will not get the firebase project for u ..so if u r downloading your own project | |
// from github and its not working from firebase side..just check that sha1 value and package name is same or not. | |
open android studio | |
on right side there is gradle, click on that | |
then your project name(root) | |
then android | |
then signing report | |
in the run tab u will see the complete details of the project. | |
link :- https://medium.com/pen-bold-kiln-press/sha-1-android-studio-ec02fb893e72 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment