Firebase acts as the backend for sending push notifications. Setting up Firebase properly ensures your notifications reach your users reliably.
.p8
file provided by Apple) to enable push notifications for iOS devices. Save it securely on your local machine.
How to Generate APNs Auth Token (.p8 file):
(skip if you already setup firebase)
.p8
file immediately. Store this file securely, as you will need it in Firebase setup.1. Signup to Firebase
2. Create a Firebase Project
3. Add App to the Project
4. Upload APNs .p8 file (for iOS)
.p8
file.5. Download FCM Service Account Key (JSON)
.json
private key file. Keep it secure, and upload it to the Clix console in the next step.6. Upload Firebase JSON to Clix Console
7-1. Add GoogleService-Info.plist to Xcode Project (for iOS)
7-2. Add google-services.json to Android Project (for Android)