Checklist
Description
Google sign in fails on iOS devices with gigya flutter plugin, the issue being googleServerClientID is not handled properly in GoogleWrapper.swift, i have forked and fixed the issue here
Fork - https://github.com/JaswanthBoore3005/gigya-flutter-plugin
commit - b8216d7
Reproduction
Try to do a google login from iOS device
Note that the google signin fails with the below exception
GigyaError(
apiVersion: 2,
callId: bf73883ef8d5404db74b9da49485c302,
details: {
time: 2025-07-10T20:07:06.856Z,
statusReason: Internal Server Error,
errorDetails: 500002 - Server login error,
statusCode: 500
},
errorCode: 500002,
errorMessage: Server login error
)
Additional context
No response
SDK version
3.32.6
Android/iOS
iOS