fix: android push notifications

This commit is contained in:
Fredrik Burmester
2025-03-16 21:31:33 +01:00
parent f770cf174b
commit 2189b3d3dd
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -45,3 +45,5 @@ credentials.json
.idea/
.ruby-lsp
modules/hls-downloader/android/build
streamyfin-4fec1-firebase-adminsdk.json
google-services.json

View File

@@ -41,7 +41,8 @@
"android.permission.FOREGROUND_SERVICE",
"android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK",
"android.permission.WRITE_SETTINGS"
]
],
"googleServicesFile": "./google-services.json"
},
"plugins": [
"@react-native-tvos/config-tv",