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
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Alpha
2
+
2
3
This package is currently in an alpha release. Functionality could change dramatically in future releases. Certain functions may be partially implemented or buggy.
3
4
4
5
# PowerSync + Supabase React Native Demo: Todo List App
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).
8
10
@@ -15,16 +17,17 @@ yarn install
15
17
```
16
18
17
19
Run on iOS
20
+
18
21
```sh
19
22
yarn ios
20
23
```
21
24
22
25
Run on Android
26
+
23
27
```sh
24
28
yarn android
25
29
```
26
30
27
-
28
31
# Setup Supabase Project
29
32
30
33
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:
36
39
3. Enable row level security, allowing users to only view and edit their own data.
37
40
4. Create a trigger to populate some sample data when an user registers.
38
41
39
-
40
42
# Setup PowerSync Instance
41
43
42
44
Create a new PowerSync instance, connecting to the database of the Supabase project.
0 commit comments