Recently I have created one Android app and I want to push it on GitHub. But in that app, I have added login with phone number authentication system and it requires SHA Key to verify. My question is will SHA key will also be pushed to GitHub or I need to generate it manually all the time
If it will get stored in my android studio project what will be the location of that file?