Nutifar
NotificationsPush

Android Setup

Configure FCM for push notifications

1. Create a Firebase project

If you don't already have one, create a project in the Firebase Console and add your Android app to it (package name must match your app's applicationId).

2. Generate a service account key

In Firebase Console, go to Project Settings → Service Accounts → Generate new private key. This downloads a JSON credentials file.

3. Upload credentials to Nutifar

From your tenant dashboard, go to Push → Android and upload the service account JSON file.

This file grants send access to your Firebase project — treat it like a secret. Don't commit it to version control.

4. Register device tokens

Once credentials are set, your app can register device tokens — see Register a device.

On this page