I want To get Some Value From Firebase DB And Add a Decimal Number To It
Firebase:
Value:"10"
Value Successfully Get In And It shows , But Adding 0.10
Not working…
Help!
I want To get Some Value From Firebase DB And Add a Decimal Number To It
Firebase:
Value:"10"
Value Successfully Get In And It shows , But Adding 0.10
Not working…
Help!
What result are you getting ?
Try this if you are not getting values in decimal
You mannualy stored number or through blocks you stored the number. ??? Catch the get value into a another variable or in a label, and show us the result
Use If condition like this
if(tag == "Number")
{
*/Do your process Like/*
Value = Value + 0.10
}
then
Post a screenshot of your firebase structure
it’s working I found the solution
Thank You, Anu!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.