mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-04 16:40:41 +00:00
30 lines
808 B
JSON
30 lines
808 B
JSON
{
|
|
"flutter": {
|
|
"platforms": {
|
|
"android": {
|
|
"default": {
|
|
"projectId": "mockproject-1234",
|
|
"appId": "1:123456789000:android:f1bf012572b04063",
|
|
"fileOutput": "android/app/google-services.json"
|
|
}
|
|
},
|
|
"ios": {
|
|
"default": {
|
|
"projectId": "mockproject-1234",
|
|
"appId": "1:123456789000:ios:f1bf012572b04063",
|
|
"uploadDebugSymbols": true,
|
|
"fileOutput": "ios/Runner/GoogleService-Info.plist"
|
|
}
|
|
},
|
|
"dart": {
|
|
"lib/firebase_options.dart": {
|
|
"projectId": "mockproject-1234",
|
|
"configurations": {
|
|
"android": "1:123456789000:android:f1bf012572b04063",
|
|
"ios": "1:123456789000:ios:f1bf012572b04063"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|