Before Getting Started

Overview

Clix leverages Firebase Cloud Messaging (FCM) to deliver notifications efficiently. The goal is to ensure a smooth integration process and reliable delivery of push notifications to your app users.

Environment

  • Android API level 26 (Android 8.0) or later
  • Firebase account

Make sure you’ve completed the Firebase setup.

If the setup is complete, the following items should be in place.

  1. Make sure google-services.json is in your project directory.
  2. Upload the Service Account Key file to the Clix console.

Clix provides a Homebrew CLI for quick and easy setup.

Use the install and doctor commands to automatically configure the required code and settings. For iOS projects, follow the CLI prompts to add the necessary files and configurations.

Install Clix CLI

homebrew tap clix-so/clix-cli
homebrwe install clix-so/clix-cli/clix

Run Install Command

The install command in the Clix CLI checks for required files and configurations, and provides appropriate installation guidance through prompts.

clix install

Doctor Command

The clix doctor command checks whether the necessary code and configuration for using the Clix SDK are properly set up, and provides guidance on how to fix any issues.

clix doctor

Setup Clix - Manual Installation

Integrate Firebase and Clix to manage and send notifications effectively from Clix console.