So Bubble is mostly used for apps where you typically have logged in and logged out users and you you can use current user is logged in to evaluate their state.

But this state evaluates late on page load and if you have a login page and have a condition to redirect the user to their dashboard if they are logged in, they first see the login page before being redirected. The same with user logging out. They see the logged out state of the current page before they get redirected (If you have a redirect on log out)

Is there a more intelligent way of bubble knowing that the user sending the request is logged in so we can skip this load of the login page and redirect them directly to the dashboard

One would say “show content based on the state only” but this only adds up more overhead to all the workarounds we’re already using.

1 Like