Future<void> signInWithGoogle({required bool fromSignUp}) async { await handleSignupProvider(GoogleAuthProvider(), fromSignUp); }