firebase / firebase-admin-java

Firebase Admin Java SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
525 stars 255 forks source link

[FR] MQTT integration #879

Open fssrepository opened 8 months ago

fssrepository commented 8 months ago

I'm trying to make some synchronization between my mqtt server and the firebase notification, when to notify the client through firebase and when to send through mqtt, which does mean that i can't really use the topic notification. It would be excellent, if i pass the mqtt url to firebase and can handle that stuff (even with external not in-house mqtt servers). I'm customizing an mqtt server with additional plugins to do the switch on/off notification dynamically and authorizing the wss client also with the firebase athorization token. (inially i have done it because no firebase admin sdk is avalable in C/C++, and it would have been hard to port onto C/C++), but the same with erlang. For out-of-box simple mobile chat it would quite usefull, if firebase can cooperate with such a server.

google-oss-bot commented 8 months ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.