Spaces:
Sleeping
Sleeping
File size: 288 Bytes
bb8f662 | 1 2 3 4 5 6 7 | export const GOOGLE_CONFIG = {
webClientId: 'YOUR_WEB_CLIENT_ID.apps.googleusercontent.com',
iosClientId: 'YOUR_IOS_CLIENT_ID.apps.googleusercontent.com',
androidClientId: 'YOUR_ANDROID_CLIENT_ID.apps.googleusercontent.com',
scopes: ['profile', 'email'],
redirectUri: 'https:
}; |