Skip to content

Commit 549652b

Browse files
committed
Address review comments
1 parent d27eaec commit 549652b

File tree

6 files changed

+56
-7
lines changed

6 files changed

+56
-7
lines changed
25.2 KB
Binary file not shown.
-33 KB
Binary file not shown.
18.8 KB
Binary file not shown.
-33.3 KB
Binary file not shown.

docs/accounts-billing/referral-program.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Your personal referral code is listed on your [My Account Page](https://app.flut
2121
1. Navigate to the [My Account Page](https://app.flutterflow.io/account) and scroll down to the **Referrals** section.
2222
2. To copy your referral code, press the copy icon.
2323

24-
![referral-link](imgs/referral-link.png)
24+
![referral-link](imgs/referral-link.avif)
2525

2626
### How To Track How Many People Have Signed Up Using Your Referral Code
2727

@@ -30,7 +30,7 @@ You can track your referrals in the **Referrals** section on the [My Account Pag
3030
* **Signed Up:** How many people have signed up for FluterFlow using your referral link.
3131
* **Subscribed:** How many people have subscribed to FlutterFlow Pro or Standard using your referral link.
3232

33-
![track-referrals.png](imgs/track-referrals.png)
33+
![track-referrals.png](imgs/track-referral.avif)
3434

3535
### I forgot to sign-up using the referral link, can I add this after creating account?
3636

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

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,31 @@ Before getting started with this section:
2525

2626
Open the **Firebase Console**, click on **Authentication** and then follow the steps below to enable Google Sign in for your Firebase project.
2727

28-
<iframe src="https://demo.arcade.software/I50vTFEEyhXfU82yLick?embed&show_copy_link=true" title="EcommerceFlow - Authentication - Sign-in method - Firebase console" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" width="100%" height="600"></iframe>
28+
<div style={{
29+
position: 'relative',
30+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
31+
height: 0,
32+
width: '100%'}}>
33+
<iframe
34+
src="https://demo.arcade.software/I50vTFEEyhXfU82yLick?embed&show_copy_link=true"
35+
title=""
36+
style={{
37+
position: 'absolute',
38+
top: 0,
39+
left: 0,
40+
width: '100%',
41+
height: '100%',
42+
colorScheme: 'light'
43+
}}
44+
frameborder="0"
45+
loading="lazy"
46+
webkitAllowFullScreen
47+
mozAllowFullScreen
48+
allowFullScreen
49+
allow="clipboard-write">
50+
</iframe>
51+
</div>
52+
<p></p>
2953

3054
## Add a Login Screen with Google Login Action
3155

@@ -41,10 +65,35 @@ You can create your own or use the one from page templates.
4165
2. Search and select the Log In (under **Backend/Database > Firebase
4266
Authentication**) action.
4367
3. Set **Auth Provider** to **Google**.
44-
4. Enable **Create User Document** and set the **Collection** to **users**. After successful login, this will insert the user's details, such as email, name, and photo, into the *users* collection. If you haven’t already, see how to [create *users* collection](auth-initial-setup.md#creating-the-users-collection). **Note** that, If a user already exists, it won't add details again.
45-
46-
<iframe src="https://demo.arcade.software/CBVoec46awMc3yNGLuVJ?embed&show_copy_link=true" title="EcommerceFlow - FlutterFlow" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" width="100%" height="600"></iframe>
47-
68+
4. Enable **Create User Document** and set the **Collection** to **users**. After successful login, this will insert the user's details, such as email, name, and photo, into the *users* collection. **Note** that, if a user exists already, it won't add the details again.
69+
70+
If you haven’t already, see how to [create *users* collection](auth-initial-setup.md#creating-the-users-collection).
71+
72+
<div style={{
73+
position: 'relative',
74+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
75+
height: 0,
76+
width: '100%'}}>
77+
<iframe
78+
src="https://demo.arcade.software/CBVoec46awMc3yNGLuVJ?embed&show_copy_link=true"
79+
title=""
80+
style={{
81+
position: 'absolute',
82+
top: 0,
83+
left: 0,
84+
width: '100%',
85+
height: '100%',
86+
colorScheme: 'light'
87+
}}
88+
frameborder="0"
89+
loading="lazy"
90+
webkitAllowFullScreen
91+
mozAllowFullScreen
92+
allowFullScreen
93+
allow="clipboard-write">
94+
</iframe>
95+
</div>
96+
<p></p>
4897

4998
:::tip
5099
To let users log out of your app, you can use the [**Logout**](auth-actions.md#logout-action) action.

0 commit comments

Comments
 (0)