Build My Apps Online. Find interesting and useful blogs about programming in App inventor platforms like Appy Builder, Kodular, Thunkable etc.

How I Receive Firebase Data


Here is an example of Saving "tag" with some "values" and receiving the same. To receive some data which is already save in the firebase, first we need to save some data. Once some data is saved we can retreive it.



Download the sample aia and see how the data is saved to firebase and received from firebase.

The blocks are given here under, First of all we are saving the 2 values as a list. Then receiving the same into the relavant text boxes.



Remember, if you want to save data to firebase, all time you save it as list. If you use list then you wont get any delay in receiving or submitting data. In the sample file attached I removed the firebase url. You need to add yours.

SAMPLE FILE

No comments:

Post a Comment

Pages