Is there a way to integrate the Firebase real time database with the newly introduced Firebase Cloud Messaging services ?
I am building an app which uses the the Firebase realtime database for storing data. I want to notify my users using push notifications for every new insert in the database. I am came across tutorials which teach you how to use FCM, but most of them require you to set up your own server for storing tokens. Is there a serverless way of integrating Firebase DB with FCM ?
