App Facebook live notification through firebase

148 views Asked by At

Is it possible to send out a notification to everyone who has downloaded an app (through firebase) every time someone starts a facebook live video? I.e. not manually going into firebase and sending out a notification but as soon as they click start live video on their facebook app it sends a notification automatically to users of the app to tune in?

1

There are 1 answers

0
ThunderStruct On

To simply answer your question: Facebook Live API allows you to stream through your app, it also allows you to GET a live_stream object if you have the live_video_id, but you can't detect once a live_stream object is created.