From 2189b3d3dd021cbfa50a2188fa793376b40f54a6 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 16 Mar 2025 21:31:33 +0100 Subject: [PATCH] fix: android push notifications --- .gitignore | 2 ++ app.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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",