Google Login Crash

Database & APIs

To put it simply, as soon as I click on my ‘login with Google’ button, my Testflight application crashes and I get this error message :



[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(google_sign_in, No active configuration. Make sure GIDClientID is set in Info.plist., NSInvalidArgumentException, null)

#0 GoogleSignInApi.signIn (package:google_sign_in_ios/src/messages.g.dart:237:7)

<asynchronous suspension>

#1 GoogleSignInIOS._signInUserDataFromChannelData (package:google_sign_in_ios/google_sign_in_ios.dart:99:3)

<asynchronous suspension>

#2 GoogleSignIn._callMethod (package:google_sign_in/google_sign_in.dart:278:30)

<asynchronous suspension>

#3 GoogleSignIn.signIn.isCanceled (package:google_sign_in/google_sign_in.dart:431:5)

<asynchronous suspension>

Lost connection to device.

What have you tried so far?

I've rechecked all my logic from A to Z and I've deleted and reconfigured :

  • Firebase is properly set up (for example, login with Apple works).

  • I have correctly configured the action in FlutterFlow.

  • Storage is enabled.

  • Auth is enabled.

  • I have followed the FlutterFlow documentation.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
3 replies