Does anyone know how can I make an icon visible in a post options just for the person who made the post?
It’s already set the firebase authentication
Use the visibility option and use a formula that checks when the user had made the post to display the icon.
Thank you. Would help me how can I set up the logic for that? Please
Something like that in the Visible formula binding:
!IS_EMPTY(the_property_whose_value_is_the_post)
If it’s empty, it returns false then hides the button. If not empty, then post was made, then show button.
It is just an example, as we don’t know the whole structure of your flow and data.
Ok thank you I’ll try