0

Is it possible using Firebase Messaging to send a push notification from an iOS Device to another iOS Device like you could on parse?

I need it for friend requests and other user interactions. eg send a notification saying "Bob has sent you a friend request"

Thanks!

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Eli
  • 668
  • 2
  • 13
  • 37
  • Firebase Notifications can be used to send notifications from the Firebase Console (web interface) to users/groups of users. Firebase Cloud Messaging can be used to send messages or notifications to specific users. You will need to run a trusted process for that. To quote the [Firebase documentation](https://firebase.google.com/docs/cloud-messaging/server): "A full FCM implementation requires both a client implementation and a server implementation. " – Frank van Puffelen Jun 20 '16 at 04:08
  • Also see [this answer](http://stackoverflow.com/questions/37634046/is-it-possible-to-send-pushnotifications-using-firebase-cloud-messaging-fcm-t/37634914#37634914) from a quite authoritative source. :-) – Frank van Puffelen Jun 20 '16 at 04:12

0 Answers0