Create Firebase Project

Follow the instruction to create a new Firebase project.
If Firebase is already set up, skip toSetup Firebase Project > Step 6: Download FCM Service Account Key (JSON).

Things to Prepare

(iOS Only) You’ll need your APNs Key (a .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)

Setup Firebase Project

1. Signup to Firebase

2. Create a Firebase Project

3. Add App to the Project

4. Upload APNs .p8 file (for iOS)

5. Download FCM Service Account Key (JSON)

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)