Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 67ed6fd

Browse files
authored
Merge pull request #2 from de1mat/fixes
Fixes to docs and artwork
2 parents 30f546d + fd25ca2 commit 67ed6fd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Alpha
2+
23
This package is currently in an alpha release. Functionality could change dramatically in future releases. Certain functions may be partially implemented or buggy.
34

45
# PowerSync + Supabase React Native Demo: Todo List App
5-
![docs-supabase-integration](https://github.com/journeyapps/powersync-supabase-flutter-demo/assets/277659/291fa2eb-abe6-4567-8d4b-c88e0ee850cf)
6+
7+
![powersync_supabase_react_native](https://github.com/de1mat/powersync-supabase-react-native-todolist-demo/assets/901045/02517426-85d2-4ac8-8ea5-f8e21f14e553)
68

79
Demo app demonstrating use of the PowerSync SDK for React Native together with Supabase. For a step-by-step guide, see [here](https://docs.powersync.co/integration-guides/supabase).
810

@@ -15,16 +17,17 @@ yarn install
1517
```
1618

1719
Run on iOS
20+
1821
```sh
1922
yarn ios
2023
```
2124

2225
Run on Android
26+
2327
```sh
2428
yarn android
2529
```
2630

27-
2831
# Setup Supabase Project
2932

3033
Create a new Supabase project, and paste an run the contents of [database.sql](./database.sql) in the Supabase SQL editor.
@@ -36,7 +39,6 @@ It does the following:
3639
3. Enable row level security, allowing users to only view and edit their own data.
3740
4. Create a trigger to populate some sample data when an user registers.
3841

39-
4042
# Setup PowerSync Instance
4143

4244
Create a new PowerSync instance, connecting to the database of the Supabase project.
@@ -58,8 +60,7 @@ bucket_definitions:
5860
Copy the `AppConfig.template.ts` to a usable file
5961

6062
```bash
61-
cp library/AppConfig.template.ts library/AppConfig.ts
63+
cp library/supabase/AppConfig.template.ts library/supabase/AppConfig.ts
6264
```
6365

6466
Insert the necessary credentials.
65-

0 commit comments

Comments
 (0)