Files
Krow-workspace/mobile-apps/staff-app/firebase.json

93 lines
3.4 KiB
JSON

{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "krow-workforce-dev",
"appId": "1:933560802882:android:f4587798877cbb917757db",
"fileOutput": "android/app/google-services.json"
},
"buildConfigurations": {
"src/dev": {
"projectId": "krow-workforce-dev",
"appId": "1:933560802882:android:d49b8c0f4d19e95e7757db",
"fileOutput": "android/app/src/dev/google-services.json"
},
"src/staging": {
"projectId": "krow-workforce-staging",
"appId": "1:1032971403708:android:6e5031c203f01cc2356bb9",
"fileOutput": "android/app/src/staging/google-services.json"
},
"src/prod": {
"projectId": "krow-workforce-production",
"appId": "1:705380165824:android:e028f36e679701cbf1e525",
"fileOutput": "android/app/src/prod/google-services.json"
}
}
},
"ios": {
"default": {
"projectId": "krow-workforce-dev",
"appId": "1:933560802882:ios:7264452527da24537757db",
"uploadDebugSymbols": false,
"fileOutput": "ios/flavors/dev/GoogleService-Info.plist"
},
"buildConfigurations": {
"Debug-dev": {
"projectId": "krow-workforce-dev",
"appId": "1:933560802882:ios:7264452527da24537757db",
"uploadDebugSymbols": false,
"fileOutput": "ios/flavors/dev/GoogleService-Info.plist"
},
"Profile-dev": {
"projectId": "krow-workforce-dev",
"appId": "1:933560802882:ios:7264452527da24537757db",
"uploadDebugSymbols": false,
"fileOutput": "ios/flavors/dev/GoogleService-Info.plist"
},
"Release-dev": {
"projectId": "krow-workforce-dev",
"appId": "1:933560802882:ios:7264452527da24537757db",
"uploadDebugSymbols": false,
"fileOutput": "ios/flavors/dev/GoogleService-Info.plist"
},
"Debug-staging": {
"projectId": "krow-workforce-staging",
"appId": "1:1032971403708:ios:134753083678e855356bb9",
"uploadDebugSymbols": false,
"fileOutput": "ios/flavors/staging/GoogleService-Info.plist"
},
"Profile-staging": {
"projectId": "krow-workforce-staging",
"appId": "1:1032971403708:ios:134753083678e855356bb9",
"uploadDebugSymbols": false,
"fileOutput": "ios/flavors/staging/GoogleService-Info.plist"
},
"Release-staging": {
"projectId": "krow-workforce-staging",
"appId": "1:1032971403708:ios:134753083678e855356bb9",
"uploadDebugSymbols": false,
"fileOutput": "ios/flavors/staging/GoogleService-Info.plist"
}
}
},
"dart": {
"lib/firebase_options_dev.dart": {
"projectId": "krow-workforce-dev",
"configurations": {
"android": "1:933560802882:android:d49b8c0f4d19e95e7757db",
"ios": "1:933560802882:ios:7264452527da24537757db"
}
},
"lib/firebase_options_staging.dart": {
"projectId": "krow-workforce-staging",
"configurations": {
"android": "1:1032971403708:android:6e5031c203f01cc2356bb9",
"ios": "1:1032971403708:ios:134753083678e855356bb9"
}
}
}
}
}
}