Hi all,
I have a thought that we could create Design Patterns for Bubble. Here’s my first:
Category: Site Protection
-
Use the same Reusable Element on all pages to check if the User is logged in and has confirmed their email. If the User is not, she is redirect to the login page.
This to ensure that all pages handles protection and to save implementation time and reduce bugs. -
Put all page content in a hidden group that is shown only if the User is not logged in and has confirmed their email.
This ensures that no content is displayed until the app (using the Reusable Element above) has had the time to act.
Tell me what you think.
// Peter