Android Firebase Value

I created a very simple app with one button, one label and one cloud variable. I added my Firebase credentials to the app.
When I click on the button on my ipad I get the value of PhotoNum. The value is 1.
When I click on the button on my android Samsung table or S10 I get a value of null.

It appears that the android can’t get the value from Firebase.

Hi @tenori,

After you create a cloud variable you get a new changes or initializes event in your variables drawer.

You can use this to handle the null value on Android

Thanks for the reply. I tried the following and it works great on ios. The number on Firebase increments and the label shows the correct value.
On my android tablet and phone nothing happens at all. The Firebase value doesn’t increment and Label1 text still shows “Label”.