Getting Started
Firebase Setup
Configure jxpush to work with Firebase Cloud Messaging (FCM).
Service Account
jxpush requires a Firebase Admin SDK service account to authenticate with FCM.
- Go to Firebase Console → Project Settings
- Select Service accounts tab
- Click Generate new private key
- Save the JSON file to your project root (e.g.,
service-account.json)
⚠️ Important: Never commit your service account file to version control. Add it to your .gitignore.
Initialization
typescript