fix: add androidClientId matching serverClientId in capacitor.config.ts
This commit is contained in:
@@ -11,6 +11,7 @@ const config: CapacitorConfig = {
|
|||||||
GoogleAuth: {
|
GoogleAuth: {
|
||||||
scopes: ['profile', 'email'],
|
scopes: ['profile', 'email'],
|
||||||
serverClientId: '639044397050-7hair384u6lle941h033trut1s3q47l4.apps.googleusercontent.com',
|
serverClientId: '639044397050-7hair384u6lle941h033trut1s3q47l4.apps.googleusercontent.com',
|
||||||
|
androidClientId: '639044397050-7hair384u6lle941h033trut1s3q47l4.apps.googleusercontent.com',
|
||||||
forceCodeForRefreshToken: true
|
forceCodeForRefreshToken: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user