How can users access all my apps features without logging in with an email address

Hi,
I have found when the public views my app they cannot access features that are in the “users” data column. The only way to do this is by signing in with an email address that is already entered in the column.

I am submitting my app for markers to review and I’m not sure how they will access these features. I’m not sure of their emails, so is there a way that they can access all these features. Could I a sample email?

Hey @SienaBV,

There are a few ways to go about it. The easiest would be to make your app Public with Optional Sign-In, and let anyone create an account.

Check the App Settings section in our docs for details:

Adding to that, you could then use a Text component to display a message inviting users to create an account, and add a visibility condition to that component so it only shows for logged-out users.

2 Likes