Skip to content

Commit 124e357

Browse files
committed
updated content: placed examples before FAQs. Removed repeated articles. updated assest
1 parent 575cacb commit 124e357

File tree

56 files changed

+271
-407
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+271
-407
lines changed

docs/ff-concepts/adding-customization/build-iot-app.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

docs/ff-integrations/authentication/custom-login-routing.md renamed to docs/ff-concepts/advanced/custom-login-routing.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ This article explains how to configure custom routing logic for users after they
3131
The **Persist** setting retains the value locally on the device until the app is uninstalled. It will reset on every refresh when testing in a web browser.
3232
:::
3333

34-
![](../assets/20250430121414406250.png)
35-
![](../assets/20250430121414639307.png)
34+
![](imgs/20250430121414406250.png)
35+
36+
![](imgs/20250430121414639307.png)
3637

3738
**Add a User Field for Admin Check**
3839

@@ -41,8 +42,9 @@ This article explains how to configure custom routing logic for users after they
4142

4243
This allows conditional routing based on the admin role.
4344

44-
![](../assets/20250430121414890408.png)
45-
![](../assets/20250430121415192057.png)
45+
![](imgs/20250430121414890408.png)
46+
47+
![](imgs/20250430121415192057.png)
4648

4749
**Configure Initial Pages**
4850

@@ -56,7 +58,7 @@ This article explains how to configure custom routing logic for users after they
5658
**Logged In Page** is used when a user is already authenticated.
5759
:::
5860

59-
![](../assets/20250430121415472919.png)
61+
![](imgs/20250430121415472919.png)
6062

6163
**Define Actions on the Checkup Page**
6264

@@ -69,9 +71,11 @@ This article explains how to configure custom routing logic for users after they
6971
- If `FALSE`:
7072
- Add action: **Navigate To** `LoginPage`, disable **Back Navigation**, then **Add Terminate**.
7173

72-
![](../assets/20250430121434550471.png)
73-
![](../assets/20250430121434823464.png)
74-
![](../assets/20250430121435145067.png)
74+
![](imgs/20250430121434550471.png)
75+
76+
![](imgs/20250430121434823464.png)
77+
78+
![](imgs/20250430121435145067.png)
7579

7680
2. **Check If User Is New (First Time Login)**
7781

@@ -81,7 +85,7 @@ This article explains how to configure custom routing logic for users after they
8185
- If `TRUE`:
8286
- Add action: **Navigate To** `OnboardingPage`, disable **Back Navigation**, then **Add Terminate**.
8387

84-
![](../assets/20250430121435792377.png)
88+
![](imgs/20250430121435792377.png)
8589

8690
3. **Check If User Is an Admin**
8791

@@ -94,7 +98,7 @@ This article explains how to configure custom routing logic for users after they
9498
- If `FALSE`:
9599
- Navigate to `UserHomePage`, disable back navigation, then **Terminate**.
96100

97-
![](../assets/20250430121436144376.png)
101+
![](imgs/20250430121436144376.png)
98102

99103
**Update `firstTime` After Onboarding**
100104

@@ -105,14 +109,15 @@ This article explains how to configure custom routing logic for users after they
105109
3. Add action: **Update Local State** > `firstTime` → set value → `False`.
106110
4. Add navigation: **Navigate To** `CheckupPage`, disable back navigation.
107111

108-
![](../assets/20250430121436460665.png)
109-
![](../assets/20250430121436751661.png)
112+
![](imgs/20250430121436460665.png)
113+
114+
![](imgs/20250430121436751661.png)
110115

111116
:::tip
112117
You can reuse the `CheckupPage` to add more advanced routing conditions, such as checking if the user has completed their profile or enabled certain settings.
113118
:::
114119

115120
To skip onboarding for admins as well, extend your logic by nesting onboarding logic inside the admin check condition.
116121

117-
![](../assets/20250430121437067417.png)
122+
![](imgs/20250430121437067417.png)
118123

203 KB
Loading
48.3 KB
Loading
197 KB
Loading
41.3 KB
Loading
140 KB
Loading
135 KB
Loading
148 KB
Loading
196 KB
Loading

0 commit comments

Comments
 (0)