Home Forums Friends Network Messenger App Reply To: Messenger App

Nishit Shan
Participant
Post count: 1828

Hello Andrey,

The frontend React Native app is fully updated, bug-fixed, and already synced with Guppy—new messages trigger FCM tokens just like before. No breakage here; I’ve tested the chat flow end-to-end.
You’re spot on about what Guppy needs: when a user sends a message, it saves it (done), looks up the recipient’s FCM token (sent from app ), then triggers Firebase to notify their device. This last part—Firebase integration in Guppy—is a quick backend config (not full development). Since I haven’t worked on your WordPress/Guppy backend, here’s the simplest path forward:

Easy Guppy + Firebase Sync
Install FCM Plugin (works with Guppy): WordPress > Plugins > Add “Push Notifier for Firebase” or “FCM Push Notification from WP” > Activate.
Add Firebase Key: Upload the JSON from Firebase Console (Project Settings > Service Accounts > Generate key).
Hook to Guppy: Plugin auto-sends on new messages—Guppy just needs FCM enabled (their dev adds 1 line if needed).
Test: Send chat message → App notifies instantly (even background)