SDK Quickstart - Android
Start sending your first notification in 10 minutes.
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.
- Make sure google-services.json is in your project directory.
- Upload the Service Account Key file to the Clix console.
Setup Clix - Using CLI (Recommended)
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
Run Install Command
The install command in the Clix CLI checks for required files and configurations, and provides appropriate installation guidance through prompts.
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.
Setup Clix - Manual Installation
Integrate Firebase and Clix to manage and send notifications effectively from Clix console.