Ship

Push notifications

Firebase Cloud Messaging wired in by default.

Apirex wires Firebase Cloud Messaging into every project. You add a google-services.json, we generate the token registration, topic subscriptions, and the foreground notification handler.

Add Firebase

bash
apirex firebase add

Walks you through downloading google-services.json from the Firebase Console and drops it in the right place.

Send a test push

bash
apirex push test --to <device-token>