Hi guys.
I need my users to complete an action and once they submit some info they go back to homescreen, once they go back the button they pressed to go to the form they submitted needs to be gone, forever.
How can I do this?
I set for the button to be not visible once the user presses to go back to home, but if the user logs out and logs back in the button is there again.
One clarification. I am not using diferent screens, Im using one screen with vertical arrangements that work as screens with visible true, false.
So the button that I need to hide is in one vertical arrangement and the form that I send to firebase via another button (and witch I need to use to trigger the other button being hidden) is in another vertical arrangement.
Sorry, one issue though, It works fine for hidding the button, but it hides it for all users, I need it to hide for each user individually as each one of them submits their form.