Skip to content

Commit 9c85284

Browse files
authored
remove transition video from app settings page (#257)
* remove transition video from app settings page * Apply suggestions from code review
1 parent e819f85 commit 9c85284

File tree

1 file changed

+6
-32
lines changed

1 file changed

+6
-32
lines changed

docs/resources/projects/settings/general-settings.md

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This section allows you to customize a wide range of settings that are crucial f
1616

1717
### Change Project, Package, and Display Name
1818

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.
2020

2121
You can set a different name for the *App Store* and *Play Store* using the **Display Name**.
2222

@@ -28,8 +28,9 @@ After changing the package name, errors may appear on the toolbar due to invalid
2828

2929
You can specify your app's **Entry Page** and **Logged In** **Page** from this section.
3030

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+
3334

3435
To set the page, simply choose the page that you want to use from the dropdown menu.
3536

@@ -74,35 +75,8 @@ If you want the improved folder organization for your project, **Enable Updated
7475

7576
### Routing & Deep Linking
7677

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.
7979

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>
10680

10781
## App Assets
10882

@@ -185,4 +159,4 @@ See the following resources for more information on Android adaptive icons.
185159
- [Implementing Adaptive Icons](https://medium.com/google-developers/implementing-adaptive-icons-1e4d1795470e)
186160

187161
## Nav Bar & App Bar
188-
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

Comments
 (0)