You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/projects/settings/general-settings.md
+6-32Lines changed: 6 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This section allows you to customize a wide range of settings that are crucial f
16
16
17
17
### Change Project, Package, and Display Name
18
18
19
-
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.
19
+
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.
20
20
21
21
You can set a different name for the *App Store* and *Play Store* using the **Display Name**.
22
22
@@ -28,8 +28,9 @@ After changing the package name, errors may appear on the toolbar due to invalid
28
28
29
29
You can specify your app's **Entry Page** and **Logged In****Page** from this section.
30
30
31
-
-**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.
32
-
-**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.
31
+
-**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.
32
+
-**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.
33
+
33
34
34
35
To set the page, simply choose the page that you want to use from the dropdown menu.
35
36
@@ -74,35 +75,8 @@ If you want the improved folder organization for your project, **Enable Updated
74
75
75
76
### Routing & Deep Linking
76
77
77
-
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).
78
-
78
+
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.
79
79
80
-
If you prefer watching a video tutorial, here is the guide for you:
81
-
<div style={{
82
-
position: 'relative',
83
-
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
84
-
height: 0,
85
-
width: '100%'}}>
86
-
<iframe
87
-
src="https://www.youtube.com/embed/H_3yQsa8wT8"
88
-
title=""
89
-
style={{
90
-
position: 'absolute',
91
-
top: 0,
92
-
left: 0,
93
-
width: '100%',
94
-
height: '100%',
95
-
colorScheme: 'light'
96
-
}}
97
-
frameborder="0"
98
-
loading="lazy"
99
-
webkitAllowFullScreen
100
-
mozAllowFullScreen
101
-
allowFullScreen
102
-
allow="clipboard-write">
103
-
</iframe>
104
-
</div>
105
-
<p></p>
106
80
107
81
## App Assets
108
82
@@ -185,4 +159,4 @@ See the following resources for more information on Android adaptive icons.
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).
162
+
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).
0 commit comments