0

I have implemented firebase chat in iOS app, and it is working fine, I am trying to implement if any user send message other will get notification if he is not online. Any suggestion would be helpful.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Tejinder
  • 1,507
  • 19
  • 22
  • Sending device to device messages is not possible with the Firebase Cloud Messaging API at the moment. See http://stackoverflow.com/questions/37634046/is-it-possible-to-send-pushnotifications-using-firebase-cloud-messaging-fcm-t – Frank van Puffelen Aug 08 '16 at 04:02

1 Answers1

0

Firebase doesn't offers sending push notifications for now. You can use third party services to send push notifications. One of the very famous is OneSignal. It is very easy to add into your project and configure to your needs.

Mayank Baiswar
  • 605
  • 6
  • 20