https://github.com/Erengun/pati-pati-app/blob/6287d9c5a785e0255e4b7b8a8c77cbb2020ecad1/lib/ui/features/auth/login_logic.dart#L34
setLogin(isLoading: true);
final GoogleSignInAccount? googleUser = await GoogleSignIn(
clientId: Platform.isIOS
//!TODO: Put this in an env file
? '247383540944-p3ji8erp1cscvs4hov7prbahfbqtpbrp.apps.googleusercontent.com'
: null)
.signIn();
https://github.com/Erengun/pati-pati-app/blob/6287d9c5a785e0255e4b7b8a8c77cbb2020ecad1/lib/ui/features/auth/login_logic.dart#L34