I was testing release mode of my app and the firebase auth is not working, so i google it and find out that i have to register SHA1 for release mode, and to get it we need keysotre file which i generated using command:
keytool -genkey -v -keystore release.keystore -alias AndroidReleaseKey -keyalg RSA -keysize 2048 -validity 10000
i was taking help of this documentaion: 
i want the SHA1 key for release mode can anyone help me through it and also my android studio is not working fine so give me answers that doesn't require it.
CodePudding user response:
Check Your Path c\file , And upgrade Project --flutter Upgrade or Update , After Retry.
CodePudding user response:
I got it. The only mistake is that I put '' in store file path and when I use '/' instead it worked as I wanted.
