How to generate SHA1 and SHA-256 certificates for Flutter android firebase app on macos

preview_player
Показать описание
This video explains

How to generate SHA1 and SHA-256 certificates
for Flutter android firebase app on macos?

In the terminal of your project
1. Move inside the android folder i.e
cd android
2. Write the following command
gradlew signingReport

if you get error
zsh: command not found: gradlew

then (write the command like this)
./gradlew signingReport

3. If you get the error
zsh: permission denied: ./gradlew

then grant permissions to gradlew with the
following command

chmod +x ./gradlew
Рекомендации по теме
Комментарии
Автор

Best as always. Please sir 'voice over';

abdusalam
Автор

Sir please make a vedio on how to connect flutter with firebase bcz the interface of firebase has changed and we can't connect it by watching old vedios

khalidwaqasbarki