Skip to content

Commit 169376b

Browse files
split up faq
1 parent 36ee3ad commit 169376b

10 files changed

+169
-174
lines changed

.DS_Store

0 Bytes
Binary file not shown.

docs/_sidebar.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
- [Welcome to FlutterFlow](welcome.md)
2-
- [Quickstart Guide]()
2+
- Frequently Asked Questions
3+
- [Subscriptions](faq/subscriptions.md)
4+
- [Payments / Billing](faq/payments.md)
5+
- [Account](faq/account.md)
6+
- [Privacy & Terms of Service](faq/privacy.md)
7+
- [Product and Features](faq/product.md)
8+
- [Contact](faq/contact.md)
9+
- Quickstart Guide
310
- [1. Intro to FlutterFlow](quickstart/intro.md)
411
- [2. Building an Art Gallery App (FlutterMet)](quickstart/firstapp.md)
512
- [3. Custom UI Components](quickstart/uicomponents.md)
613
- [4. Navigation and Nav Bars](quickstart/navigation.md)
714
<!-- - [4. Templates](quickstart/templates.md) -->
815
<!-- - [5. Next Steps](quickstart/nextsteps.md) -->
9-
- [Frequently Asked Questions](faq/faq.md)
1016
- ----
1117
- [Getting Started With Firebase](auth/intro.md)
1218
- [1. Setting Up Firebase Authentication](auth/setup.md)

docs/faq/account.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Frequently ~Asked~ _Answered_ Questions
2+
----
3+
4+
## Account
5+
6+
> How do I create an account?
7+
8+
To create a FlutterFlow account, please follow the steps:
9+
10+
1. From flutterflow.io select “Create Account” in the top right corner
11+
2. Enter your Name, email address, and password and select “Create Account”
12+
13+
> I can't log into my account / forgot my login details. What do I do?
14+
15+
To reset your account password:
16+
17+
1. From flutterflow.io select “Login” in the top right corner
18+
2. At the bottom of the page, select “Reset Password”
19+
3. You will receive an email with a link to reset your password
20+
4. Click the reset link and enter your new password
21+
22+
If you can’t remember your username or are experiencing any other issues, please reach out to as at [email protected]
23+
24+
> How do I update my account details (name, email address, password)?
25+
26+
To update your password, please use the following steps:
27+
28+
1. After logging into your FlutterFlow account, select “Account” from the top right
29+
2. Select “Reset Password”
30+
3. You will receive an email with a link to reset your password
31+
4. Click the reset link and enter your new password
32+
33+
To update your name or email address, please contact our support team at [email protected]
34+
35+
> I didn’t get the email to verify my email address. What do I do?
36+
37+
If you did not receive a verification email, please follow these steps:
38+
39+
1. After logging into your FlutterFlow account, select “Account” from the top right
40+
2. Select “Resend Email Verification”
41+
3. You should receive a new confirmation email
42+
43+
If you did not receive the 2nd email confirmation, please verify that your email address is correct.
44+
45+
1. After logging into your FlutterFlow account, select “Account” from the top right
46+
2. Check your email address is correct under “Personal Information”
47+
3. If your email address is incorrect, please contact support at [email protected]
48+
49+
> How do I delete my account?
50+
51+
To delete your FlutterFlow account, please follow these steps:
52+
53+
1. After logging into your FlutterFlow account, select “Account” from the top right
54+
2. Select “Delete Account”

docs/faq/contact.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Frequently ~Asked~ _Answered_ Questions
2+
----
3+
4+
## Other
5+
6+
> I have a question that isn’t answered here. How can I get help?
7+
8+
Please reach out to us at [email protected]

docs/faq/faq.md

-172
This file was deleted.

docs/faq/payments.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Frequently ~Asked~ _Answered_ Questions
2+
----
3+
4+
## Payments / Billing
5+
6+
> What payment methods do you accept?
7+
8+
We currently accept Visa, Mastercard, American Express, and JCB.
9+
10+
> When will my credit card be charged?
11+
12+
If you upgraded your account to a paid plan, we will charge your credit card on the same day each month. This typically will fall on the day that you originally upgraded your plan. If you received a free trial, your card will be charged on the day following the end of your trial period.
13+
14+
> Can I use a Gift Card from Amex or Visa in addition to my credit card?
15+
16+
At this time we are unable to process Gift Card payments.
17+
18+
> I used the wrong credit card. Can I change it?
19+
20+
Unfortunately, once your subscription has been purchased we are unable to change your payment method for this month.

docs/faq/privacy.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Frequently ~Asked~ _Answered_ Questions
2+
----
3+
4+
## Privacy & Terms of Service
5+
6+
> Where can I view your Privacy Policy?
7+
8+
You can review the most recent version of our Privacy Policy [here](https://flutterflow.io/pp)
9+
10+
> Where can I view your Terms of Service?
11+
12+
You can review the most recent version of our Terms of Service [here](https://flutterflow.io/tos)
13+
14+
> How do I unsubscribe from your email communications?
15+
16+
To unsubscribe from FlutterFlow emails, please click the “Unsubscribe” link in the footer of our emails.
17+
18+
> How do I request deletion of my personal data?
19+
20+
To request deletion of your personal data, please reach out to our support team at [email protected]
21+
22+
> How do I request a copy of my personal data?
23+
24+
To request deletion of your personal data, please reach out to our support team at [email protected]

docs/faq/product.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Frequently ~Asked~ _Answered_ Questions
2+
----
3+
4+
## Product and Features
5+
6+
> I’m new to FlutterFlow. Where can I learn more about the product and features?
7+
8+
To learn more about our product and features, please visit our documentation site here

docs/faq/subscriptions.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Frequently ~Asked~ _Answered_ Questions
2+
----
3+
4+
## Subscriptions
5+
6+
> Which plan should I choose? What’s the difference between plans?[a]
7+
8+
9+
> How do I purchase a subscription?
10+
11+
To purchase a FlutterFlow subscription, please follow these steps:
12+
13+
1. From flutterflow.io select “Create Account” in the top right corner
14+
2. Enter your name, email address, and password and select “Create Account”
15+
3. Select “Upgrade” at the top of the screen
16+
4. Enter your billing and payment information
17+
18+
> Do subscriptions renew automatically?
19+
20+
Yes, our subscriptions renew automatically to avoid disrupting your app development. Monthly subscriptions renew on the same day each month (typically the day you subscribed).
21+
22+
> Can I pause my subscription?
23+
24+
We do not currently offer the option to pause your subscription.
25+
26+
> How do I upgrade or cancel my paid subscription?
27+
28+
To upgrade your subscription, please use the following steps:
29+
1. After logging into your FlutterFlow account, select “Account” from the top right
30+
2. Under My Plan select “Manage”
31+
3. Select “Upgrade” under the plan you would like to upgrade to
32+
4. Enter your payment information
33+
To cancel your paid subscription, please use the following steps:
34+
1. After logging into your FlutterFlow account, select “Account” from the top right
35+
2. Under My Plan select “Manage”
36+
3. Select “Switch To Free” under the free plan
37+
4. Please note you will continue to have a Free account after cancelling your paid subscription
38+
39+
> Can I transfer my subscription to another account?
40+
41+
We are unable to transfer a paid FlutterFlow subscription to another FlutterFlow account.
42+
43+
> What’s your refund policy?
44+
45+
For details on our refund policy, please visit our Terms of Service site [here](https://flutterflow.io/tos)
46+
For any additional details, please reach out to our support team at [email protected]

docs/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
mergeNavbar: true,
2222
notFoundPage: true,
2323
themeColor: '#F08C5B',
24+
routerMode: 'history',
2425
logo: '/ff_full_logo_light-p-500.png',
2526
name: 'FlutterFlow Docs',
2627
repo: 'https://github.com/FlutterFlow/flutterflow-docs',

0 commit comments

Comments
 (0)