This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Read Firebase only when there is an update in it OR Get push notifications in NodeMCU #308
Closed
Description
Hi
I need to read firebase only when there is an update in it, because I don't to make connection with it all the time which may increase number of connections in it. As there is a limit of 100 active connections so I have to only connect with the Firebase Realtime Database when there is an update.
Or is there a way to get notifications in NodeMCU the it make connection with database and read the updates.
Your advice is highly appreciated.
Thanks in Advcane.