Ask Your Question
0

In what way can Sha1 fingerprint certification be located in a Flutter project within Android Studio, pertaining to Firebase and Flutter?

asked 2021-11-16 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-03-02 06:00:00 +0000

ladyg gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-11-16 11:00:00 +0000

Seen: 11 times

Last updated: Mar 02 '23