[Solved] Firebase action using wrong text/details

FalseTrue
as you can see in the .gif
i have a leader board that include the document “Jan” in it
when it exist it return True
and when it don’t it return False
while in the details it says it should return to 1 otherwise 2.

Thank you.
I’ll fix from

Checks for the existence of a document. Sets the result variable to 1 if it exists else to 2.

To

Checks for the existence of a document. Sets the result variable to true if it exists else to false.

1 Like