-3

I want so send push notification directly using firebase. I don't wanna use any server!
Is it possible?


To send Firebase push notification Android to Android Directly using Firebase



Please Help!
KENdi
  • 7,576
  • 2
  • 16
  • 31
R.Adnan
  • 25
  • 6
  • Yes its possible if you have token of particular receiver device. – kulvinder Aug 11 '17 at 11:54
  • There is no way to send direct messages to a device using Firebase Cloud Messaging. https://stackoverflow.com/questions/38432243/how-to-send-device-to-device-notification-by-using-fcm-without-using-xmpp-or-any For ways to accomplish the use-case, see https://firebase.googleblog.com/2016/08/sending-notifications-between-android.html – Frank van Puffelen Aug 11 '17 at 14:39

1 Answers1

0

sir firebase is also a server so if you want to send notificaion to every user device or individual device use firebase or use another services like php

without server is not possible

Jatin Bansal
  • 123
  • 8
  • I will use firebase but not any external server.Just cant finding some resources to study – R.Adnan Aug 11 '17 at 11:56
  • You kidding @R.Adnan? Here's everything you're looking for: https://firebase.google.com/docs/cloud-messaging/ – Thomas Aug 11 '17 at 11:57