Skip to content

Commit f106ea1

Browse files
committed
More polish
1 parent 731fe4e commit f106ea1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

integration-guides/flutterflow-+-powersync.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ create policy "owned lists" on public.lists for ALL using (
541541

542542
Currently all lists are synced to all users, regardless of who the owner of the list is. You will now update this so that only a user's lists are synced to their device:
543543

544-
1. Navigate to the [PowerSync Dashboard](/usage/tools/powersync-dashboard) and open your `sync-rules.yaml` file.
544+
1. Navigate to the [PowerSync Dashboard](https://powersync.journeyapps.com/) and open your `sync-rules.yaml` file.
545545
2. Delete the existing content and paste the below contents:
546546

547547
```yaml
@@ -552,8 +552,8 @@ bucket_definitions:
552552
- select * from lists where owner_id = bucket.user_id
553553
```
554554

555-
1. Click on **"Validate".**
556-
2. Click on **"Deploy sync rules".**
555+
1. Click on **"Validate"**.
556+
2. Click on **"Deploy sync rules"**.
557557
3. Wait for the deploy to complete.
558558

559559
<Check>
@@ -565,10 +565,10 @@ bucket_definitions:
565565
Below is a list of known issues and limitations.
566566

567567
1. Deploying to the Apple App Store currently requires some workarounds due to limitations in FlutterFlow:
568-
1. Download the code from FlutterFlow
569-
2. Open the `Podfile` located in the `ios/`directory
570-
3. The following option in the `Podfile` needs to be updated from `use_frameworks! :linkage => :static` to `use_frameworks!` (remove everything after the exclamation sign)
568+
1. Download the code from FlutterFlow.
569+
2. Open the `Podfile` located in the `ios/` directory.
570+
3. The following option in the `Podfile` needs to be updated from `use_frameworks! :linkage => :static` to `use_frameworks!` (remove everything after the exclamation sign).
571571
4. After removing that option, clean the build folder and build the project again.
572-
5. You should now be able to submit to the App Store
573-
2. Exporting the code from FlutterFlow using the "Download Code" action in FlutterFlow requires the same workaround listed in 4\. above.
574-
3. Other common issues and troubleshooting techniques are documented here: [Troubleshooting](/resources/troubleshooting)
572+
5. You should now be able to submit to the App Store.
573+
2. Exporting the code from FlutterFlow using the "Download Code" action in FlutterFlow requires the same workaround listed above.
574+
3. Other common issues and troubleshooting techniques are documented here: [Troubleshooting](/resources/troubleshooting).

0 commit comments

Comments
 (0)