I am trying to use firebase REST API and to get some data into my ubuntu touch app. Can you give me some pointers on how could I go about doing that?
I am trying to use firebase REST API and to get some data into my ubuntu touch app. Can you give me some pointers on how could I go about doing that?
You can do it using some Javascript code in QML:
Run the following code with
qmlscene
:After clicking to get data from Firebase:
To run the above code make sure to populate the database as follow:
Source