Deva8's picture
Deploy VQA Space with model downloader
bb8f662
raw
history blame contribute delete
288 Bytes
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:
};