I want to know whether there is a method to pass my values stored in a Realtime Firebase Database to a MongoDB Database. I am doing this since I found no way to pass the values from my NodeMCU ESP8266 to a MongoDB Database so that the values can be used in a web application.
The following is a representation of what I am planning to do:
ESP8266 --> Firebase Realtime DB --> MongoDB Atlas
Thanks in Advance.