refactor: remove Firebase Cloud Messaging configuration and related code for push notifications

This commit is contained in:
Nawaz Dhandala
2026-02-10 21:38:42 +00:00
parent 51ed9fc2bb
commit 09d82f64de
12 changed files with 44 additions and 294 deletions

View File

@@ -297,14 +297,6 @@ VAPID_PUBLIC_KEY=
VAPID_PRIVATE_KEY=
VAPID_SUBJECT=mailto:support@oneuptime.com
# Firebase Cloud Messaging (FCM) Configuration for Native Push Notifications (iOS/Android)
# Create a Firebase project at https://console.firebase.google.com
# Go to Project Settings > Service accounts > Generate new private key
# Extract values from the downloaded JSON file:
FIREBASE_PROJECT_ID=
FIREBASE_CLIENT_EMAIL=
FIREBASE_PRIVATE_KEY=
# LLM Environment Variables
# Hugging Face Token for LLM Server to downlod models from Hugging Face