Skip to content

Commit eb4dc88

Browse files
authored
Merge branch 'main' into pinkesh/update-run-mode
2 parents 822209a + ffe89ab commit eb4dc88

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

docs/ff-concepts/file-handling/download-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ The **Download File** action allows you to enable users to download or save file
4444

4545
:::
4646

47-
## Add Download File [Action]
47+
## Download File [Action]
4848

49-
To add a download file action, select the **Widget** (e.g., button or any interactive widget) where you want users to initiate the file download and set the **Source** to one of the following.
49+
To add a Download File action, select the **Widget** (e.g., button or any interactive widget) where you want users to initiate the file download and set the **Source** to one of the following.
5050

5151
- **From URL**: Use this option for downloading files that are accessible through a direct link and specify the URL of the file that should be downloaded.
5252
- **From File (Bytes)**: Use this option when the file is uploaded to the device using the [Local Upload (Widget State)](upload-data.md#local-upload-widget-state). You can access the file via ***Widget State > Uploaded Local File***.
5353

5454
Optionally, you can specify a **Filename** to be used when the file is downloaded.
5555

56-
![file-download-action](imgs/file-download-action.avif)
56+
![file-download-action](imgs/file-download-action.avif)

docs/ff-integrations/authentication/firebase-auth/google-login.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,8 @@ allowFullScreen style={{ width: '100%', height: '600px' }}></iframe>
158158
To confirm the successful integration of Google authentication and the creation of users, navigate
159159
to your **Firebase project > Authentication > Users** and check the entries.
160160

161-
![verify-google-auth-users.png](../imgs/verify-google-auth-users.png)
161+
![verify-google-auth-users.png](../imgs/verify-google-auth-users.png)
162+
163+
:::info
164+
To ensure that your Android release will authenticate to Google, make sure to use Google Play Console's SHA keys - see how to [**Get SHA keys for release mode**](auth-initial-setup.md#getting-sha-keys-for-release-mode).
165+
:::

docs/ff-integrations/authentication/supabase-auth/auth-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Follow the steps below to add Email Login action:
3131
By using this action, you can provide your users with the flexibility to create their accounts in different ways, according to their preferences.
3232

3333
:::note
34-
As of now, we support creating accounts with Email/Password and Google.
34+
As of now, we support creating accounts with Email/Password, Google and Apple auth providers.
3535
:::
3636

3737
Follow the steps below to add email signup action:
@@ -62,7 +62,7 @@ Follow the steps below to add this action:
6262

6363
![img_6.png](img_6.png)
6464

65-
## Reset Password [Action]
65+
## Send Reset Password Email [Action]
6666

6767
This action allows users to reset their password by sending a reset link to their registered email address.
6868

docs/ff-integrations/authentication/supabase-auth/email-supabase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ Here's how it looks:
7979

8080
### Adding Log In [Action]
8181

82-
To allow users to log in with their credentials, you can use [this](auth-actions.md#log-in-action) action.
82+
To allow users to log in with their credentials, you can use the [**Log In**](auth-actions.md#log-in-action) action.
8383

8484
### Adding Logout [Action]
8585

86-
To let users log out of your app, you can use [this](auth-actions.md#log-out-action) action.
86+
To let users log out of your app, you can use the [**Log Out**](auth-actions.md#log-out-action) action.
8787

8888
### Verify user creation
8989

0 commit comments

Comments
 (0)