-
Notifications
You must be signed in to change notification settings - Fork 111
Missing topics 2.3 #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing topics 2.3 #112
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few changes requested. I'm unable to see the Arcades, Idk if this is a network issue. Will check again after you've fixed these issues.
|
||
### Video guide | ||
|
||
If you prefer watching a video tutorial, here's the one for you: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This video should be after the Custom Fonts section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
<p></p> | ||
|
||
|
||
|
||
## FAQs | ||
|
||
<details> | ||
<summary>How do I create a new design system if I don't see a button for it?</summary> | ||
<p>Currently, creating a design system requires you to have a team set up, even if you're working solo. You can quickly create a team by following the instructions outlined [here](../../accounts-billing/subscriptions/flutterflow-for-teams.md). We are working on a solution that will allow for the creation of design systems without needing a team setup. Stay tuned for updates!</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont think this is true today. I just tried on a Free plan account and I do have a Design System tab. Can you please recheck this and clarify?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I checked and it's available now. removing it.
sidebar_position: 1 | ||
keywords: [FlutterFlow, Auth Actions, Authentication, Firebase] | ||
--- | ||
# Authentication Actions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
password reset action should also be moved here. later we should rewrite this to include the other important actions too, but for now, lets move password resrt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved!
To test your app before deployment: | ||
|
||
1. Download and run your project as described [here](../../testing-deployment-publishing/running-your-app/local-run.md). | ||
2. To test the purchase, you can use any of these [basic test card numbers](https://stripe.com/docs/testing#cards). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This links to stripe doc. Is that intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As in will those card numbers also work for braintree?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, they work for any payments provider.
|
||
# Braintree | ||
|
||
You can accept payments in your app using Braintree (a service provided by PayPal) integration. This will also allow your users to pay directly using a credit card or using a service like PayPal, Google Pay, or Apple Pay |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to braintree developer docs if available
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, added.
@PoojaB26 all review comments are addressed. For the Design System, GIFs are compressed and updated in the same link. |
# Conflicts: # docs/resources/ui/overview.md
Rest are fine, but I wonder if MediaDisplay should be in Components or in VideoPlayer (since its not just videos). Could be its own page and later we can add info about its generated code. But you can figure out where should this standalone widget be kept, file handling or components. In either way, we should link to Image & VideoPlayer pages as links for talking about the rest of properties |
Agree! It's moved to components now! |
Description
Linear ticket and magic word Fixes DEVR-573
Type of change