-
Notifications
You must be signed in to change notification settings - Fork 111
Missing items #81
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 items #81
Conversation
…umentation into pinkesh/missing-items
|
…umentation into pinkesh/missing-items
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.
Please make the changes in the PR and then merge!
You should be creating two AdMob Apps to display advertisements in both Android and iOS apps. | ||
::: | ||
|
||
<div style={{ |
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.
Why is this Arcade on "sharing project with user" here?
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.
Fixed!
4. Find the **AdMob** **Android App Key** input box and enter the key. | ||
5. Similarly, add the **AdMob** **iOS App Key** from the iOS AdMob app. | ||
|
||
<div style={{ |
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.
Again, irrelevant arcade.
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.
Fixed!
@@ -0,0 +1,481 @@ | |||
--- |
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.
Please check the Arcades on the page. Seems to be wrong.
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.
Fixed!
--- | ||
slug: general-settings | ||
title: General Settings | ||
tags: [project, assets, splash screen, launcher icon, adaptive icon] |
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.
Tags should start with capital letters. And they should be relevant to multiple pages. Keywords can be any but tags need to be few.
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.
Only Project and Assets should be there in tags.
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.
Updated!
:::tip | ||
After changing the package name, errors may appear on the toolbar due to invalidated Firebase config files. To resolve this, generate new config files by going to **Settings & Integrations > Project Setup > Firebase > Regenerate Config Files**. | ||
::: | ||
--- |
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.
We dont need any divider in this page. Please remove them throughout the page.
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.
Removed
@@ -4,6 +4,7 @@ title: How to Create, Find, and Organize Projects | |||
description: Learn how to create, find, and organize projects in FlutterFlow to streamline your app development process. | |||
tags: [Project Management, FlutterFlow, Organization, Projects] | |||
toc_max_heading_level: 5 | |||
sidebar_position: 3 |
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.
Create project should be just after what is a project. So this should be second in order.
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.
Updated!
--- | ||
slug: project-setup | ||
title: Project Setup | ||
tags: [permissions, multiple languages, multi-platform, walkthrough] |
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.
Same comment about tags starting with capital letter. And I know we use ChatGPT for it, but we should carefully filter the tags in each page. Each time we add a tag here, Docusaurus will create a new page called ../tags/permissions so all pages tagged permissions will appear there. So we need to make sure we dont create unnecessary tags. Please see all the pages in this PR and ensure we only create relevant tags that can be reused for diffrent pages (example "setup" can be reused between flutterflow setup, app setup, project setup)
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, got it!
…w/flutterflow-documentation into pinkesh/missing-items
…umentation into pinkesh/missing-items
Description
Provide a brief overview of what this documentation update is about. Explain what sections or topics are being added or revised.
Linear ticket and magic word Fixes DEVR-539
Type of change