Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To locate the SHA-1 fingerprint certification in a Flutter project within Android Studio, pertaining to Firebase and Flutter, follow these steps:

  1. Open the Android Studio project of your Flutter app.

  2. Click on the Gradle tab on the right-hand side of the screen.

  3. In the Gradle window, navigate to the android folder and expand it.

  4. Expand the signingReport task, located under the app folder.

  5. Click on the double-arrow button beside the signingReport task to run it.

  6. Wait for the build process to complete, and then locate the SHA-1 fingerprint in the Run log.

  7. Look for the line with "Variant:" in the Run log and find the SHA-1 fingerprint under "SHA1:".

Note: The SHA-1 fingerprint is used to authenticate the Firebase App in your project. You will need to copy and paste this fingerprint into the Firebase Console to complete the Firebase setup for your app.