1

I have been looking around many different places for how to implement notification sending using cloud functions. And the best I have found is the following: Push notifications using Firebase Cloud Function iOS

But I believe it would benefit many people as well as me, if this fragmentation were fixed with one set of instructions from start to finish.

Thus I ask: How can I implement notification sending when a user creates something at a certain spot in firebase realtime DB?

From start to finish, a very clear explanation for someone doing this for the FIRST TIME.

2 Answers2

0

This is in the documentation for Firebase. This is a specific part of the documentation that uses Node.js as an example to send a message.

Adrian Murray
  • 2,170
  • 1
  • 13
  • 15
  • Which is why there is so much documentation on how to learn how to do specifically what you're looking to achieve. – Adrian Murray May 27 '19 at 01:06
  • I am looking to help myself and others by simplifying the process so that people can easily and quickly integrate the tech by having the whole process laid out here –  May 27 '19 at 01:08
  • Without knowing precisely what you're trying to do, I am not sure it can get much simpler than what the Firebase team has given. I taught myself using that same documentation and found it quite useful. There isn't really a one-size-fits all for these kinds of things and they already give many examples for several types of common uses to go off of. – Adrian Murray May 27 '19 at 01:17
0

I believe this does the trick: https://github.com/onmyway133/blog/issues/64