firebase db changes websocket? -


i looking way monitor changes on firebase update sql data tables accordingly.

i not use nodejs (not yet), can listen firebase changes using websockets? particular code base coldfusion.

thank you!

you should check out firebase's rest streaming api - it's not websockets specifically, can listen changes on firebase database location using server-sent events (sse) on long-lived http connection


Comments