diff --git a/.gitignore b/.gitignore index 00eb8098..0944bda6 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ credentials.json .idea/ .ruby-lsp modules/hls-downloader/android/build +streamyfin-4fec1-firebase-adminsdk.json +google-services.json \ No newline at end of file diff --git a/app.json b/app.json index 0a421f90..1ebd0526 100644 --- a/app.json +++ b/app.json @@ -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",