You can set up settings for your project in the Settings modal.Click on the Settings button in the top right corner and you’ll be shown the Settings modal.With the Settings modal open, you can:
Change the Project Title.
Change the Project URL Slug.
Configure your project’s iOS Bundle Identifier.
Configure your project’s iOS App ID.
Configure your project’s Android Package Name.
Delete the project.
Connect to a Supabase database.
Project Title
The name of your project. In this case, it’s set to “Taskly”.Project URL Slug
A URL-friendly version of your app’s name. Used for routing or web previews. Example: my-app-name.iOS Bundle Identifier
A unique string used to identify your iOS application. Typically follows the format com.yourcompany.appname.
This needs be be gotten from Apple App Store Connect dashboard. Read more in the Apple App Store Connect section.iOS App ID
Matches the bundle identifier and is required for app registration and store submission on iOS.Android Package Name
A unique identifier for your Android app, often in the form com.yourcompany.appname. It must match what’s declared in your Android manifest.
Project Access
Controls who can view and access this project. By default, the project is private, meaning only you can see and interact with it. You can toggle this setting to make it public if desired.
Delete Project
This option allows you to permanently delete the project. Warning: This action cannot be undone. Deleting the project will permanently remove all associated data, publishes, and configurations. Use this only when you’re sure you no longer need the project.