chore: update Google Sign-In client ID and remove redundant AnimatedSwitcher from app shell

This commit is contained in:
pradeepkumar
2026-03-28 19:21:48 +05:30
parent 76ab8612a4
commit ecca0a37c3
4 changed files with 127 additions and 32 deletions

View File

@@ -188,7 +188,7 @@ class AuthNotifier extends StateNotifier<AuthState> {
try {
final googleSignIn = GoogleSignIn(
scopes: ['email', 'profile'],
serverClientId: '721413957511-goij5fnpal64o86vcppmkh743jhiv4nj.apps.googleusercontent.com',
serverClientId: '703616926518-9h70kp29oqdgi8umr84u6n59kpb22q97.apps.googleusercontent.com',
);
final account = await googleSignIn.signIn();