Read the statement by Michael Teeuw here.
Module to display data from Firebase
-
All it needs to do is retrieve the JSON from my Firebase Realtime database and display it. Is there anything like that out there?
Edit: I’m not too keen on developing my own module due to time limitations and the fact that I simply don’t know how. But I’m up for that if I must, but I don’t know where to begin.
-
@allancherianbiju there is MMM-JsonFeed, I don’t know if you can build a url to fetch from firebase
-
@allancherianbiju there is a rest api to get data
-
@sdetweil I tried using the json from the REST API along with MMM-json-feed, but due to the way my Firebase DB is structured, it doesn’t display the data correctly and I can’t fully utilize the formatting options offered by the module as well.
-
@allancherianbiju maybe u need to make some interim temporary data structure to reduce the complexity