I have followed the video step by step , restarting multiple times but I am stuck.
Either the login and sign up buttons are never visible - (I have the condition Current user isn’t logged in → This element is visible (ticked))
or they are always visible even when logged in.
Great work on the conditions they are very powerful in sculpting your app
However, you likely have the ‘This element is visible on page load’ checkbox ticked as well, which means regardless of your condition the element will always be visible.
You can find this by right clicking on the Login or Signup button, then clicking Edit. Scroll down slightly on the grey popout and you’ll see the checkbox just under the ‘Tooltip Text on hove’ input.
For the use case of the Login/Signup buttons only being visible when the user is logged out, you want the following setup:
Set the buttons to visible on page load using the instructions above. You want them to be visible when the page loads for a user so just make sure the checkbox is checked.
Then, set the Condition in the Condition tab for the buttons to be the following: ‘When the Current User is logged in’ - ‘this element isn’t visible’. That will basically check to see if the user is already logged in, and if they are it will instantly hide the buttons. This process is nearly instant for bubble to check and then hide them.