Hello Everyone in this article we will know how to generate SH1 in React native Application.
To Generate SH1 key first of all we have to see our app is running or not, If your app is running then we have to follow these command .
first of all we should go to android directory.
> Command to go the android directory.
cd android
Run this command inside android dire
./gradlew signingReport
Now you can see SH1 Key is generated.
Most Important
we have to copy the SH1 key of variant : debugAndroidTest
For more information you can follow our youtube channel for firebase setup and generate SH1 key.
For detail information please watch this video
Top comments (0)