diff --git a/docs/resources/projects/settings/general-settings.md b/docs/resources/projects/settings/general-settings.md index 62d5d7f4..8ff7dd42 100644 --- a/docs/resources/projects/settings/general-settings.md +++ b/docs/resources/projects/settings/general-settings.md @@ -16,7 +16,7 @@ This section allows you to customize a wide range of settings that are crucial f ### Change Project, Package, and Display Name -If you didn't decide on the app or package name when creating a new project, you might have entered a random name. From here, you can change the name anytime. +Modify the app or package name of your project from this settings. You can also define different package names based on the development environment selected. You can set a different name for the *App Store* and *Play Store* using the **Display Name**. @@ -28,8 +28,9 @@ After changing the package name, errors may appear on the toolbar due to invalid You can specify your app's **Entry Page** and **Logged In** **Page** from this section. -- **Entry Page**: This is the home page for your app. If authentication is enabled, users who are not logged in will see this page, which is typically set to a login/signup or onboarding page. -- **Logged In Page** (*available only if auth is enabled*): This page is displayed on the app start if a user is already logged in. Users are automatically navigated to the page you specify here on a successful sign-in attempt. +- **Entry Page**: This serves as the home page for your app. When authentication is disabled, all users are directed to this page by default. If authentication is enabled, this page becomes the login, signup, or onboarding page for users who are not authenticated. +- **Logged In Page** (*available only if auth is enabled*): This page is displayed when the app starts for authenticated users. If a user successfully signs in, they are automatically redirected to the page specified here. If the user is already authenticated, this page bypasses the Entry Page. + To set the page, simply choose the page that you want to use from the dropdown menu. @@ -74,35 +75,8 @@ If you want the improved folder organization for your project, **Enable Updated ### Routing & Deep Linking -From here, you can configure the global settings for navigation and deep link in your app [here](../../../ff-concepts/navigation-routing/deep-dynamic-linking.md). - +Configure the global settings for navigation and deep link in your app. To learn, how to set up deeplinks, check out the **[Deep & Dynamic Linking](../../../ff-concepts/navigation-routing/deep-dynamic-linking.md)** guide. -If you prefer watching a video tutorial, here is the guide for you: -
- -
-

## App Assets @@ -185,4 +159,4 @@ See the following resources for more information on Android adaptive icons. - [Implementing Adaptive Icons](https://medium.com/google-developers/implementing-adaptive-icons-1e4d1795470e) ## Nav Bar & App Bar -See how to configure the [Nav Bar](../../ui/pages/page-elements.md#enable-nav-bar-in-settings) and the [App Bar](../../ui/pages/page-elements.md#appbar). \ No newline at end of file +See how to configure the [Nav Bar](../../ui/pages/page-elements.md#enable-nav-bar-in-settings) and the [App Bar](../../ui/pages/page-elements.md#appbar).