feat: add Firebase Cloud Messaging configuration for native push notifications

This commit is contained in:
Nawaz Dhandala
2026-02-10 15:58:12 +00:00
parent 385a0fb9e5
commit 7d6e0488ba
7 changed files with 167 additions and 0 deletions

View File

@@ -297,6 +297,14 @@ 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