Saturday, April 28, 2018

Android - SHA1 key for Firebase

Introduction:- For access service of  Firebase. We always need SHA1 key to add a project on Firebase console. So,  i'm going to explain how can you easily get it from Android Studio.

1. Click on Gradle tab.


 2.  Double click on signingReport file.





3. Now you will see SHA1 key.  





Share:

Get it on Google Play

React Native - Start Development with Typescript

React Native is a popular framework for building mobile apps for both Android and iOS. It allows developers to write JavaScript code that ca...