Job Listings
Push Notifications (All Devices)
Send push to all devices requires Firebase Blaze (pay-as-you-go) so Cloud Functions can run. On the Spark (free) plan you can still use everything else (jobs, banners).
To enable push from this admin:
- Upgrade the project to Blaze: Usage and billing → Modify plan. You only pay for what you use; the free quotas are generous.
- From
web-adminrun:cd functions && npm install && cd .. && firebase deployto deploy thesendNotificationToAllfunction.
Your app is already set up to receive (subscribed to topic "all"). Once the function is deployed, the Send form will work.