-1

Can someone please help me that how can I send notification from one device to another using Firebase Firestore and Node.js. I have already search a lot on google but found nothing. I have also seen many tutorials but most of them are outdated and are not working any more. It will be really helpful if someone share any link or some source code.

Thanks in advance.

Alex Mamo
  • 130,605
  • 17
  • 163
  • 193
  • 1
    See https://firebase.googleblog.com/2016/08/sending-notifications-between-android.html – Frank van Puffelen Jun 17 '18 at 16:05
  • 1
    Asking for a tutorials is off-topic, because there will be many competing recommendations. Everyone has their own favorite; heck, the link I just posted is to a blog post I wrote. If you're having trouble with an outdated tutorial, [create a minimal reproduction of where you got stuck](http://stackoverflow.com/help/mcve) and post a question on that. – Frank van Puffelen Jun 17 '18 at 16:06
  • What have you tried so far? – Max von Hippel Jun 17 '18 at 16:12
  • Thanks @FrankvanPuffelen for your blog it helped me a lot. – Shariq Ansari Jun 18 '18 at 10:39

1 Answers1

0

Yes it is. I have exaplained in one of my tutorials step by step, how you can send notifications using Cloud Firestore and Node.js. There is also an answer of SOF regarding this tehnique which can be found here.

Alex Mamo
  • 130,605
  • 17
  • 163
  • 193