larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
284 stars 83 forks source link

LED notification (android) #123

Closed qdel closed 5 years ago

qdel commented 5 years ago

Hi,

I managed to make fcm work with android, i can receive notification with icon / phone ring.

But i can't find a way to make the phone light the notification led.

Is it possible with firebase? (possibly not related to QtFirebase)

larpon commented 5 years ago

I haven't seen it anywhere in the API - it should be relatively simple to implement via the JNI interface. The Qt docs describes how to interface with Android code