One of the reasons you may want to create your own app is to keep the data that you often share with apps visible to only people you trust (and not a big company or hackers).
Since big companies and hackers often target large repositories of sensitive data, simply using an app that you build and keep secure may be one of the best defences for keeping data in your own hands.
Most data today is stored and shared from the cloud, so the first step in keeping your data private is to create your own repository that can be linked to your app. This includes databases powered by Firebase, Cloudinary, and Airtable.
Creating your own repository takes a few more steps to set up but makes data you upload not visible to Thunkable (We provide a default account for convenience purposes).
If you don't want to require a password, you can use the Sign In component to manage users who have access to the app. Users must first create a password with their email address. You can add an additional level of security by requiring users to verify their email address, which sends them an email at their address before they can sign in to your app.
Any type of sign in creates friction for the user and one way to avoid this is to ensure that your app only reaches the users you specify.
There are several approaches to sharing an app with a shared cloud database.
Users will have to install the Thunkable Live app on their device, sign up for a Thunkable account and select "Live Test" from the Thunkable platform