feat: Refactor code structure and optimize performance across multiple modules
This commit is contained in:
62
mobile-apps/staff-app/firebase.json
Normal file
62
mobile-apps/staff-app/firebase.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"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:f4587798877cbb917757db",
|
||||
"fileOutput": "android/app/src/dev/google-services.json"
|
||||
},
|
||||
"src/staging": {
|
||||
"projectId": "krow-workforce-staging",
|
||||
"appId": "1:1032971403708:android:87edb39679f806ab356bb9",
|
||||
"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:07becdd41ac6ca627757db",
|
||||
"uploadDebugSymbols": false,
|
||||
"fileOutput": "ios/Runner/GoogleService-Info.plist"
|
||||
},
|
||||
"targets": {
|
||||
"Runner": {
|
||||
"projectId": "krow-workforce-dev",
|
||||
"appId": "1:1032971403708:ios:1d9b09307e6f3983356bb9",
|
||||
"uploadDebugSymbols": false,
|
||||
"fileOutput": "ios/flavors/dev/GoogleService-Info.plist"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dart": {
|
||||
"lib/firebase_options_dev.dart": {
|
||||
"projectId": "krow-workforce-dev",
|
||||
"configurations": {
|
||||
"android": "1:933560802882:android:f4587798877cbb917757db",
|
||||
"ios": "1:933560802882:ios:07becdd41ac6ca627757db"
|
||||
}
|
||||
},
|
||||
"lib/firebase_options_staging.dart": {
|
||||
"projectId": "krow-workforce-staging",
|
||||
"configurations": {
|
||||
"android": "1:1032971403708:android:87edb39679f806ab356bb9",
|
||||
"ios": "1:1032971403708:ios:1d9b09307e6f3983356bb9"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user