You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration-guides/flutterflow-+-powersync.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -541,7 +541,7 @@ create policy "owned lists" on public.lists for ALL using (
541
541
542
542
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:
543
543
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.
545
545
2. Delete the existing content and paste the below contents:
546
546
547
547
```yaml
@@ -552,8 +552,8 @@ bucket_definitions:
552
552
- select * from lists where owner_id = bucket.user_id
553
553
```
554
554
555
-
1. Click on **"Validate".**
556
-
2. Click on **"Deploy sync rules".**
555
+
1. Click on **"Validate"**.
556
+
2. Click on **"Deploy sync rules"**.
557
557
3. Wait for the deploy to complete.
558
558
559
559
<Check>
@@ -565,10 +565,10 @@ bucket_definitions:
565
565
Below is a list of known issues and limitations.
566
566
567
567
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).
571
571
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