Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

flutterfire_ui authentication unknown error

I receive An error occurred while calling method Auth#signInWithCredential, errorOrNil => (null) with implementation of flutterfire_ui (0.3.1) on iOS. Does anyone know what the reason for that?

enter image description here

No issue on Android tho

like image 896
Adam Smaka Avatar asked Mar 29 '26 16:03

Adam Smaka


1 Answers

For Android and Google signin, whilst debugging, we need to add a debug certificate fingerprint.

So, updating the SHA fingerprints of the corresponding app in Firebase solved the issue.

For release, I copied them from the Google Play Console as described here. It also shows how to find the debug certificate fingerprint.

like image 192
Marc P. Avatar answered Mar 31 '26 09:03

Marc P.