Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ const config: CapacitorConfig = {
CapacitorHttp: {
enabled: true,
},
GoogleAuth: {
// Set this to your Google Cloud OAuth web client ID for the native
// account picker to work. Get it from:
// Google Cloud Console → APIs & Services → Credentials → OAuth 2.0 Web Client
// clientId: "xxxxx-xxxxxxxxxxxxxxxxxx.apps.googleusercontent.com",
scopes: ["profile", "email"],
forceCodeForRefreshToken: true,
},
// Native Google Auth plugin (account picker) — uncomment + install plugin:
// npm install <capacitor-8-compatible-google-auth-plugin>
// GoogleAuth: {
// clientId: "xxxxx-xxxxxxxxxxxxxxxxxx.apps.googleusercontent.com",
// scopes: ["profile", "email"],
// },
PushNotifications: {
presentationOptions: ["badge", "sound", "alert"],
},
Expand Down
Loading
Loading