-
Notifications
You must be signed in to change notification settings - Fork 60
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
Rewrite Algolia #276
base: main
Are you sure you want to change the base?
Rewrite Algolia #276
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
|
||
Alogolia integration comprises the following steps: | ||
- Completed [**Firebase Setup**](../../ff-integrations/firebase/connect-to-firebase-setup.md) for your FlutterFlow project. |
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.
Let's mention how Firebase collections are utilised for Algolia search before we give these requirements. + let's mention if Algolia can work on other DB sources or not such as Supabase or their own DB
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! and added 'if Algolia can work on other DB sources...' as FAQ.
|
||
Now, Algolia will only use the fields that you specified here while searching for any term in your app. | ||
1. **Open Firebase Extensions:** In your Firebase project dashboard, go to the **Extensions** section and click [**Explore Extensions**](https://extensions.dev/extensions). Search for **"Search with Algolia"**, then click **Install**. Choose your project to proceed with the installation. |
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.
Directly provide the link to the extension and remove/reduce this step
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.
Yup! updated arcade as well.
|
||
Now, Algolia will only use the fields that you specified here while searching for any term in your app. | ||
1. **Open Firebase Extensions:** In your Firebase project dashboard, go to the **Extensions** section and click [**Explore Extensions**](https://extensions.dev/extensions). Search for **"Search with Algolia"**, then click **Install**. Choose your project to proceed with the installation. | ||
2. **Update Extension Instance ID (Optional)**: An extension instance ID uniquely identifies each installed instance of an extension within your Firebase project. This ID is used to manage the extension instance, including updating or uninstalling it. |
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.
Add line break between each point. Its too crowded otherwise.
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!
|
||
<div style={{ | ||
position: 'relative', | ||
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding | ||
height: 0, | ||
width: '100%'}}> | ||
<iframe | ||
src="https://demo.arcade.software/fJPcFSHLQ0Di51NyNfso?embed&show_copy_link=true" | ||
src="https://demo.arcade.software/k3hZtbA1Y7W7Z8obJryV?embed&show_copy_link=true" |
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.
Are these keys sensitive? Let's remove the application if it is so people dont misuse it, or we can mask it in the 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.
Yes, removed the keys. Thanks!
* Added info for Predfined path * fix --------- Co-authored-by: Pooja Bhaumik <[email protected]>
# Conflicts: # docs/resources/control-flow/backend-logic/api/rest-api.md
After merging and publishing, let's delete the old Arcades from our account. @pinkeshmars |
Sure @PoojaB26 and you can review it again. |
Description
Rewrite Algolia
Linear ticket and magic word Fixes DEVR-655
Type of change