{
  "expo": {
    "name": "RideCab",
    "description": "RideCab Booking App",
    "slug": "RideCab",
    "privacy": "public",
    "platforms": [
      "ios",
      "android"
    ],
    "notification": {
      "icon": "./assets/images/push_notification.png"
    },
    "version": "1.2",
    "orientation": "portrait",
    "icon": "./assets/images/appIcon.png",
    "splash": {
      "image": "./assets/images/splash.png",
      "resizeMode": "cover",
      "backgroundColor": "#ffffff"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "ios": {
      "supportsTablet": true,
      "usesAppleSignIn": true,
      "bundleIdentifier": "com.ridecabcy.rider",
      "infoPlist": {
        "NSLocationWhenInUseUsageDescription": "This app uses the location to find the Cabs near you.",
        "NSCameraUsageDescription": "This app uses the camera to take your profile picture.",
        "NSPhotoLibraryUsageDescription": "This app uses Photo Library for uploading your profile picture.",
        "ITSAppUsesNonExemptEncryption":false,
        "UIBackgroundModes": [
          "fetch"
        ]
      },
      "config": {
        "googleMapsApiKey": "AIzaSyArdvbgnvshjgHuIyfu9a2MJMJuqQPS5SA",
        "googleSignIn": {
          "reservedClientId": "1018892593727-vq657k7a021kafn60c5ok1i7tmmo9q13.apps.googleusercontent.com"
        }
      },
      "googleServicesFile": "./GoogleService-Info.plist",
      "buildNumber": "1.2"
    },
    "android": {
      "package": "com.ridecabcy.rider",
      "versionCode": 12,
      "permissions": [
        "CAMERA",
        "READ_EXTERNAL_STORAGE",
        "WRITE_EXTERNAL_STORAGE",
        "LOCATION",
        "ACCESS_FINE_LOCATION",
        "ACCESS_COARSE_LOCATION",
        "CAMERA_ROLL"
      ],
      "googleServicesFile": "./google-services.json",
      "config": {
        "googleMaps": {
          "apiKey": "AIzaSyA0js2HobKXaT7PdfbwHj5BCOGK1Vwpzoc"
        }
      }
    },
    "facebookScheme": "fbXXXXXXXXXXXXXXXXX",
    "facebookAppId": "XXXXXXXXXXXXXXXXX",
    "facebookDisplayName": "RideCab",
    "extra":{
      "firebaseConfig":{
        "apiKey": "AIzaSyArdvbgnvshjgHuIyfu9a2MJMJuqQPS5SA",
        "authDomain": "ridecabcy-3507a.firebaseapp.com",
        "databaseURL": "https://ridecabcy-3507a.firebaseio.com",
        "projectId": "ridecabcy",
        "storageBucket": "ridecabcy.appspot.com",
        "messagingSenderId": "1018892593727",
        "appId": "1:1018892593727:web:a44b8b018d8e9bc313e68a",
        "measurementId": "G-P47KXBXZ59"
      },
      "googlemapkey":"AIzaSyArdvbgnvshjgHuIyfu9a2MJMJuqQPS5SA",
      "cloud_function_server_url":"https://us-central1-ridecabcy.cloudfunctions.net",
      "iosStandaloneAppClientId": "1018892593727-9qjs5oiksn9a3fkmshqp6ucek864602s.apps.googleusercontent.com",
      "androidStandaloneAppClientId": "1:1018892593727:android:5dabd34eba3c438e13e68a"
    }
  }
}
