Cannot read Value from firebase

image
image
image

Hye, I only want to read the value in the firebase console. but it failed. When i try to read tag it okay hurm why mine cannot read the value of the temperature and heart. Help.

In the FireBaseD1.GotValue block, you should not set the tag.
You test it with an if/then block, to see if it is Temperature or if it is Heart.
Once you know the result of the comparison, only then do you know which Label gets the value.

You will get one GotValue for each GetValue call, so expect separate events firing, one per tag/value pair.

See the sample at https://amerkashi.wordpress.com/2016/03/06/firebasechat/

1 Like

I made an example for you. I hope this example helps you.

1 Like