Drawing Multiple Pieces of Data from Firebase

Hi all,
I am having trouble displaying multiple values from Google Firebase, because you can only place the Firebase.GotValue event handler on the screen once without resulting in an error. Is there a way around this with if statements or something similar? If you would like more information let me know.

Thank you for your help!

You can drag in multiple FireBase components for different access purposes, to separate out logic into separate .GotData events for different contexts, like asking for employee details or for lists of employees by department name.

Use an if/elseif/else block in the gotValue block with conditions for whichever tag and value you wish to return.

1 Like

This should work! Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.