Skip to content

Commit

Permalink
fix: trying to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesterday17 committed Sep 22, 2024
1 parent ea666cb commit 39fb6bc
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />

<application
android:icon="@mipmap/ic_launcher"
Expand Down
41 changes: 40 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
{"flutter":{"platforms":{"android":{"default":{"projectId":"project-anni-firebase","appId":"1:155003412918:android:a74c0164cad2e2ac376117","fileOutput":"android/app/google-services.json"}},"ios":{"default":{"projectId":"project-anni-firebase","appId":"1:155003412918:ios:015e4bb181171702376117","uploadDebugSymbols":false,"fileOutput":"ios/Runner/GoogleService-Info.plist"}},"macos":{"default":{"projectId":"project-anni-firebase","appId":"1:155003412918:ios:997285e685ed1b22376117","uploadDebugSymbols":false,"fileOutput":"macos/Runner/GoogleService-Info.plist"}},"dart":{"lib/firebase_options.dart":{"projectId":"project-anni-firebase","configurations":{"android":"1:155003412918:android:a74c0164cad2e2ac376117","ios":"1:155003412918:ios:015e4bb181171702376117","macos":"1:155003412918:ios:997285e685ed1b22376117","windows":"1:155003412918:web:0ef56365e8434cd4376117"}}}}}}
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "project-anni-firebase",
"appId": "1:155003412918:android:a74c0164cad2e2ac376117",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "project-anni-firebase",
"appId": "1:155003412918:ios:015e4bb181171702376117",
"uploadDebugSymbols": true,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "project-anni-firebase",
"appId": "1:155003412918:ios:997285e685ed1b22376117",
"uploadDebugSymbols": true,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "project-anni-firebase",
"configurations": {
"android": "1:155003412918:android:a74c0164cad2e2ac376117",
"ios": "1:155003412918:ios:015e4bb181171702376117",
"macos": "1:155003412918:ios:997285e685ed1b22376117",
"windows": "1:155003412918:web:0ef56365e8434cd4376117"
}
}
}
}
}
}

0 comments on commit 39fb6bc

Please sign in to comment.