I want to make a simple login page using flutter, and using it with firebase. The first step when I created the project my code:
flutter create --androidx ProjectName
I write this on my IDE Terminal, and it was executed successfully. I can code normally until I have to regiter my project to firebase. I am stuck with getting SHA-1 fingerprint ceritificate in which I don't know where to find.
I have java and android studio installed. When I follow the instructions to code and use keytool at IDE Terminal:
keytool -list -v\
alias androiddebugkey -keystore ~/.android/debug.keystore
it said that alias is an illegal option. And also I can't find gradle tab at rightmost part of android studio window. This was the only thing that hinders my deveopment.
Link to tutorial: https://medium.com/flutter-community/flutter-implementing-google-sign-in-71888bca24ed