Active Workspace keyboard_arrow_down
local_fire_department Cloud Messaging & Push Infrastructure

Firebase Configuration

Configure Firebase Project credentials, Cloud Messaging (FCM) server keys, and Service Account JSON keys to send push notifications directly to iOS and Android Flutter devices.

Push Enabled
notifications_active

Test FCM Push Notification

Send a real-time push alert to connected mobile Flutter apps and test notification delivery.

key

Firebase Project Credentials

Found in Firebase Console > Project Settings > General.

Found in Firebase Console > Project Settings > Cloud Messaging.

code_blocks

Service Account Private Key (JSON)

Generated from Firebase Console > Project Settings > Service Accounts > Generate New Private Key.

smart_toy

Gemini AI (Chat → Task)

When someone writes in project chat like @ai add task for Alex to fix login, Gemini creates the task and assigns the developer.

Notification Controls

Enable FCM Push Notifications
Dispatch push alerts when developer assigned
help Integration Guide
  • Place google-services.json inside mobile_app/android/app/ for Android.
  • Place GoogleService-Info.plist inside mobile_app/ios/Runner/ for iOS.
  • Ensure Server Key is saved to allow Laravel to send push notifications.