-
Notifications
You must be signed in to change notification settings - Fork 103
Uncategorized: moved articles from the uncategorized folder to various aspect of the document tree. #438
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
base: main
Are you sure you want to change the base?
Conversation
…ument tree. Little formatting, no assets added
|
…e articles by properly consolidating them
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.
fix slugs everywhere, cant comment on all files.
@@ -22,6 +22,29 @@ Follow the steps below to add this action: | |||
|
|||
 | |||
|
|||
## Handling Invalid Login Credentials |
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.
adding this after logout action doesnt make sense because this page doesnt have login action.
add a header for login action in the beginning, give a small descr to describe how login actions differ for different providers, and then add it as a subheader to that.
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 have done that
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.
where?
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.
docs/ff-integrations/authentication/firebase-auth/auth-actions.md
Outdated
Show resolved
Hide resolved
title: Convert Device Location to Address | ||
--- | ||
|
||
# Convert Device Location to Address in FlutterFlow |
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 seems a bit random in the hierarchy, you should add a doc on geocoding under Maps first, add a bit of info on it, and then mention there are two approaches to geocoding in FF using custom code.
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 have created a parent doc on geocoding and linked it to this one.
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.
where is that doc?
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.
dont link it, add it as part of the geocoding doc
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 already did that. Please check
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.
where? i only see a link in geocoding doc.
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.
@@ -73,6 +73,26 @@ For the **iOS** platform, it uses the [**KeyChain**](https://developer.apple.com | |||
In the case of the **Web**, it uses the [**Web Cryptography**](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) (Web Crypto) API. | |||
::: | |||
|
|||
## Example: Check Onboarding Completion Using App State |
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.
did you read the content on this file? do you think its the correct file?
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 didnt work on this article
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.
what does that mean? you are adding info to this file, so wont you first read the file?
title: Enable Push Notifications in Provisioning Profile | ||
--- | ||
|
||
# Enable Push Notifications in Provisioning Profile |
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.
check if this info already there, add the link here what you find
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.
From searching in the document tree, it doesn't exist anywhere else.
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.
atleast first read the push notifications doc and see if it is there
title: Send Notifications to Specific User Groups | ||
--- | ||
|
||
# Send Notifications to Specific User Groups |
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.
all these notif docs arent troubleshooting docs anyway
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.
Where should I place them?
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.
what do you think it should be in?
title: Prepare Database Before Running Tests | ||
--- | ||
|
||
# Prepare Database Before Running Tests |
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.
Testing app is different from running tests, add to the correct folder or create one.
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 have placed it in "running-your-app"
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.
running tests is not the same as running app
docs/troubleshooting/test-mode/fix-text-not-showing-on-mobile-devices.md
Show resolved
Hide resolved
docs/troubleshooting/test-mode/resolve-build-failed-error-run-test-mode.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Pooja Bhaumik <[email protected]>
…low/flutterflow-documentation into davidorok/uncategorized
@@ -0,0 +1,57 @@ | |||
--- |
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.
Where are the examples and code?
@@ -1,6 +1,6 @@ | |||
--- | |||
keywords: ['database', 'clear', 'testing'] | |||
slug: troubleshooting/test-mode/prepare-database-before-tests | |||
slug: /running-your-app/prepare-database-before-tests |
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.
tests and running app is different.
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 are these files in a folder called test-mode when its talking about real devices
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.
Should I move it to the section on "running-your-app"?
…ument tree. Little formatting, no assets added
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-997
Type of change