Overview

This document covers end to end integration of Firebase push notifications with Auxia systems. There are the following major components to the integration:

  1. Integrate Firebase on the client application
    1. Receive push notifications on the client application
    2. Emit notification related events from the client application
  2. Enable Auxia to send push notifications
    1. Share Service Account details
    2. FCM token
    3. How does the delivery work?
  3. Enable Auxia to collect notification events
  4. Create Treatments
    1. Create Push Notifications Treatment Type

Checklist

Integrate Firebase on the client application

Enable Auxia to send push notifications

Enable Auxia to collect notification events

[Sample] Push Notification Script

[Sample] Flutter Set up