79722152

Date: 2025-08-01 06:47:16
Score: 0.5
Natty:
Report link

For anyone coming across this who is using Flutter and Google / Firebase Auth and they encounter this when they go from local device / emulator testing to Google Play, this occurs because the SHA1 fingerprint is now different as Google Play takes care of signing your app for distribution for Play Store.

Solution - Get the new SHA1:

  1. Go to Play store and select Your App

  2. Go to Test and Release

  3. Go to App Integrity

  4. Scroll to Play App Signing (click settings to the right of the title)

  5. Copy the SHA1 fingerprint

  6. Go to Firebase Project Settings or Google Auth console where you define your SHA certificate fingerprints and add the new SHA1

Gets me every time.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kieran Goodary