Skip to content

Commit d89bc7b

Browse files
authored
Merge pull request #813 from powersync-ja/feat/add-backgroundsync-demo
Added the react-native-background-sync project to demos
2 parents e39359d + 831678c commit d89bc7b

45 files changed

Lines changed: 1510 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Demo applications are located in the [`demos/`](./demos/) directory. Also see ou
6161

6262
- [demos/react-native-supabase-todolist](./demos/react-native-supabase-todolist/README.md): A React Native to-do list example app using a Supabase backend.
6363
- [demos/react-native-supabase-group-chat](./demos/react-native-supabase-group-chat/README.md): A React Native group chat example app using a Supabase backend.
64+
- [demos/react-native-supabase-background-sync](./demos/react-native-supabase-background-sync/README.md): A React Native example app demonstrating background sync using PowerSync, Expo and Supabase.
6465
- [demos/react-native-web-supabase-todolist](./demos/react-native-web-supabase-todolist/README.md) A React Native to-do list example app using a Supabase backend that's compatible with React Native for Web.
6566
- [demos/django-react-native-todolist](./demos/django-react-native-todolist/README.md) A React Native to-do list example app using a Django backend.
6667

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Replace the credentials below with your Supabase, PowerSync and Expo project details.
2+
EXPO_PUBLIC_SUPABASE_URL=https://foo.supabase.co
3+
EXPO_PUBLIC_SUPABASE_ANON_KEY=foo
4+
EXPO_PUBLIC_POWERSYNC_URL=https://foo.powersync.journeyapps.com
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
2+
3+
# dependencies
4+
node_modules/
5+
6+
# Expo
7+
.expo/
8+
dist/
9+
web-build/
10+
11+
# Native
12+
*.orig.*
13+
*.jks
14+
*.p8
15+
*.p12
16+
*.key
17+
*.mobileprovision
18+
19+
# Metrom
20+
.metro-health-check*
21+
22+
# debug
23+
npm-debug.*
24+
25+
# macOS
26+
.DS_Store
27+
*.pem
28+
29+
# local env files
30+
.env*.local
31+
.env
32+
33+
# typescript
34+
*.tsbuildinfo
35+
36+
# IDE
37+
.vscode
38+
.fleet
39+
.idea
40+
41+
ios/
42+
android/
43+
44+
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
45+
# The following patterns were generated by expo-cli
46+
47+
expo-env.d.ts
48+
# @end expo-cli
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node-linker=hoisted
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
Creative Commons Legal Code
2+
3+
CC0 1.0 Universal
4+
5+
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
6+
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
7+
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
8+
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
9+
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
10+
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
11+
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
12+
HEREUNDER.
13+
14+
Statement of Purpose
15+
16+
The laws of most jurisdictions throughout the world automatically confer
17+
exclusive Copyright and Related Rights (defined below) upon the creator
18+
and subsequent owner(s) (each and all, an "owner") of an original work of
19+
authorship and/or a database (each, a "Work").
20+
21+
Certain owners wish to permanently relinquish those rights to a Work for
22+
the purpose of contributing to a commons of creative, cultural and
23+
scientific works ("Commons") that the public can reliably and without fear
24+
of later claims of infringement build upon, modify, incorporate in other
25+
works, reuse and redistribute as freely as possible in any form whatsoever
26+
and for any purposes, including without limitation commercial purposes.
27+
These owners may contribute to the Commons to promote the ideal of a free
28+
culture and the further production of creative, cultural and scientific
29+
works, or to gain reputation or greater distribution for their Work in
30+
part through the use and efforts of others.
31+
32+
For these and/or other purposes and motivations, and without any
33+
expectation of additional consideration or compensation, the person
34+
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
35+
is an owner of Copyright and Related Rights in the Work, voluntarily
36+
elects to apply CC0 to the Work and publicly distribute the Work under its
37+
terms, with knowledge of his or her Copyright and Related Rights in the
38+
Work and the meaning and intended legal effect of CC0 on those rights.
39+
40+
1. Copyright and Related Rights. A Work made available under CC0 may be
41+
protected by copyright and related or neighboring rights ("Copyright and
42+
Related Rights"). Copyright and Related Rights include, but are not
43+
limited to, the following:
44+
45+
i. the right to reproduce, adapt, distribute, perform, display,
46+
communicate, and translate a Work;
47+
ii. moral rights retained by the original author(s) and/or performer(s);
48+
iii. publicity and privacy rights pertaining to a person's image or
49+
likeness depicted in a Work;
50+
iv. rights protecting against unfair competition in regards to a Work,
51+
subject to the limitations in paragraph 4(a), below;
52+
v. rights protecting the extraction, dissemination, use and reuse of data
53+
in a Work;
54+
vi. database rights (such as those arising under Directive 96/9/EC of the
55+
European Parliament and of the Council of 11 March 1996 on the legal
56+
protection of databases, and under any national implementation
57+
thereof, including any amended or successor version of such
58+
directive); and
59+
vii. other similar, equivalent or corresponding rights throughout the
60+
world based on applicable law or treaty, and any national
61+
implementations thereof.
62+
63+
2. Waiver. To the greatest extent permitted by, but not in contravention
64+
of, applicable law, Affirmer hereby overtly, fully, permanently,
65+
irrevocably and unconditionally waives, abandons, and surrenders all of
66+
Affirmer's Copyright and Related Rights and associated claims and causes
67+
of action, whether now known or unknown (including existing as well as
68+
future claims and causes of action), in the Work (i) in all territories
69+
worldwide, (ii) for the maximum duration provided by applicable law or
70+
treaty (including future time extensions), (iii) in any current or future
71+
medium and for any number of copies, and (iv) for any purpose whatsoever,
72+
including without limitation commercial, advertising or promotional
73+
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
74+
member of the public at large and to the detriment of Affirmer's heirs and
75+
successors, fully intending that such Waiver shall not be subject to
76+
revocation, rescission, cancellation, termination, or any other legal or
77+
equitable action to disrupt the quiet enjoyment of the Work by the public
78+
as contemplated by Affirmer's express Statement of Purpose.
79+
80+
3. Public License Fallback. Should any part of the Waiver for any reason
81+
be judged legally invalid or ineffective under applicable law, then the
82+
Waiver shall be preserved to the maximum extent permitted taking into
83+
account Affirmer's express Statement of Purpose. In addition, to the
84+
extent the Waiver is so judged Affirmer hereby grants to each affected
85+
person a royalty-free, non transferable, non sublicensable, non exclusive,
86+
irrevocable and unconditional license to exercise Affirmer's Copyright and
87+
Related Rights in the Work (i) in all territories worldwide, (ii) for the
88+
maximum duration provided by applicable law or treaty (including future
89+
time extensions), (iii) in any current or future medium and for any number
90+
of copies, and (iv) for any purpose whatsoever, including without
91+
limitation commercial, advertising or promotional purposes (the
92+
"License"). The License shall be deemed effective as of the date CC0 was
93+
applied by Affirmer to the Work. Should any part of the License for any
94+
reason be judged legally invalid or ineffective under applicable law, such
95+
partial invalidity or ineffectiveness shall not invalidate the remainder
96+
of the License, and in such case Affirmer hereby affirms that he or she
97+
will not (i) exercise any of his or her remaining Copyright and Related
98+
Rights in the Work or (ii) assert any associated claims and causes of
99+
action with respect to the Work, in either case contrary to Affirmer's
100+
express Statement of Purpose.
101+
102+
4. Limitations and Disclaimers.
103+
104+
a. No trademark or patent rights held by Affirmer are waived, abandoned,
105+
surrendered, licensed or otherwise affected by this document.
106+
b. Affirmer offers the Work as-is and makes no representations or
107+
warranties of any kind concerning the Work, express, implied,
108+
statutory or otherwise, including without limitation warranties of
109+
title, merchantability, fitness for a particular purpose, non
110+
infringement, or the absence of latent or other defects, accuracy, or
111+
the present or absence of errors, whether or not discoverable, all to
112+
the greatest extent permissible under applicable law.
113+
c. Affirmer disclaims responsibility for clearing rights of other persons
114+
that may apply to the Work or any use thereof, including without
115+
limitation any person's Copyright and Related Rights in the Work.
116+
Further, Affirmer disclaims responsibility for obtaining any necessary
117+
consents, permissions or other rights required for any use of the
118+
Work.
119+
d. Affirmer understands and acknowledges that Creative Commons is not a
120+
party to this document and has no duty or obligation with respect to
121+
this CC0 or use of the Work.
Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
# PowerSync + Supabase React Native Expo Background Sync
2+
3+
## Overview
4+
5+
Article written about this project can be found [here](https://www.powersync.com/blog/keep-background-apps-fresh-with-expo-background-tasks-and-powersync).
6+
7+
Demo app demonstrating background sync using PowerSync, Expo and Supabase.
8+
9+
This demo app uses expo-background-task to run a background task that syncs your PowerSync database in the background. To learn more, see the [Expo Background Task docs](https://docs.expo.dev/versions/latest/sdk/background-task).
10+
11+
## Info
12+
13+
The background sync logic is located in `library/utils.ts`.
14+
15+
## Getting Started
16+
17+
Switch into the demo's directory:
18+
19+
```bash
20+
cd demos/react-native-supabase-background-sync
21+
```
22+
23+
Set up the Environment variables: Copy the `.env` file:
24+
25+
```bash
26+
cp .env.local.template .env.local
27+
```
28+
29+
And then edit `.env.local` to insert your credentials for `Supabase`.
30+
31+
### Run on iOS (see [configuring background modes on iOS](https://docs.expo.dev/versions/latest/sdk/task-manager/#configuration))
32+
33+
To enable background tasks in PowerSync on iOS, you need to add both processing and fetch to the UIBackgroundModes array in your app’s Info.plist (ios/powersyncreactnativebackgroundsync/Info.plist). The fetch mode is required so your app can periodically run background fetches, allowing PowerSync to upload and download data even when the app is not in the foreground:
34+
35+
```xml
36+
<key>UIBackgroundModes</key>
37+
<array>
38+
<string>processing</string>
39+
<string>fetch</string>
40+
</array>
41+
```
42+
43+
then run
44+
45+
```sh
46+
pnpm ios
47+
```
48+
49+
### Run on Android
50+
51+
```sh
52+
pnpm android
53+
```
54+
55+
## Supabase and background sync
56+
57+
The `SupabaseConnector` has been configured to override the default `fetch` function that the `@supabase/supabase-js` SDK uses. By default, the `fetch` function used does not work in the background [see here](https://github.com/facebook/react-native/issues/47437), so we need to override it with something that works in the background, like `expo/fetch`.
58+
59+
```typescript
60+
this.client = createClient(AppConfig.supabaseUrl!, AppConfig.supabaseAnonKey!, {
61+
auth: {
62+
persistSession: true
63+
},
64+
global: {
65+
// Override the default fetch function to use expo-fetch
66+
fetch: fetch as any
67+
}
68+
});
69+
```
70+
71+
## How to force a background task to run (in development)
72+
73+
### Android
74+
75+
`com.anonymous.powersyncreactnativebackgroundsync` is the package name of the app.
76+
77+
The following command will show you the jobscheduler for your app:
78+
79+
```bash
80+
adb shell dumpsys jobscheduler | grep -A 40 -m 1 -E "JOB #.* com.anonymous.powersyncreactnativebackgroundsync"
81+
```
82+
83+
The result should look something like this:
84+
85+
```bash
86+
JOB #u0a212/0: 74a550e com.anonymous.powersyncreactnativebackgroundsync/androidx.work.impl.background.systemjob.SystemJobService
87+
```
88+
89+
The number after the `/` is the job ID. In this case, it is 0. You can use this to force the job to run by using the following command:
90+
91+
```bash
92+
adb shell cmd jobscheduler run -f com.anonymous.powersyncreactnativebackgroundsync 0
93+
```
94+
95+
### iOS
96+
97+
Background tasks are not supported on iOS simulators.
98+
99+
## ⚠️ Please note
100+
101+
The app needs to be in the background for it to run and ultimately, the OS decides when to run background tasks so forcing it to run might not always work immediately. The background task should run on its own within 20 minutes after the app is put in the background. Testing background sync seems to work better and more consistently on a physical device. If you don't see any logs after starting your background task, you may need to watch all the logs on the device using `adb logcat` (on Android).
102+
103+
When the background task starts, you will see the following logs:
104+
105+
```javascript
106+
[Background Task] Starting background task at ...
107+
[Background Task] Initializing PowerSync
108+
```
109+
110+
After it has connected to the PowerSync instance, you will see the following log:
111+
112+
```javascript
113+
[Background Task] Download complete
114+
Finished task 'background-powersync-task' with eventId ...
115+
```
116+
117+
At this point, the background task has successfully connected to PowerSync (on a different thread) and inserted a mock list item to simulate pending transactions in the `ps_crud` table. It has not yet uploaded this transaction to the source database.
118+
119+
After a couple of minutes, you will see the following logs:
120+
121+
```javascript
122+
Could not apply checkpoint due to local data. Will retry at completed upload or next checkpoint.
123+
124+
Could not apply pending checkpoint even after completed upload
125+
126+
Validated and applied checkpoint
127+
```
128+
129+
Typically this means that the background task has successfully uploaded the transaction to the source database.
130+
131+
## The background task design
132+
133+
This function `initializeBackgroundTask` sets up automatic background syncing for your app. Here's how it works:
134+
135+
### What it does
136+
137+
- Waits for your app to fully load before setting up background tasks
138+
- Watches for when users switch between your app and other apps
139+
- Registers the background task to run when the app goes to the background
140+
- Unregisters the background task when the app comes back to the foreground
141+
142+
### Why this approach
143+
144+
- Prevents conflicts - Avoids having multiple PowerSync connections (on different threads). When a task is unregistered, the connection to PowerSync is closed.
145+
146+
### User experience
147+
148+
- When user minimizes your app or switches to another app → background sync is scheduled to start
149+
- When user returns to your app → background sync stops if it is running (since the app can sync normally while in use)
150+
- User doesn't need to do anything - it's completely automatic
151+
152+
### Technical details
153+
154+
- Uses a minimum interval setting to control how often background sync runs (this is use-case dependent)
155+
- Checks if tasks are already registered to avoid duplicates
156+
- Includes logging to help with debugging
157+
158+
This ensures your app stays up-to-date even when users aren't actively using it, while being efficient with device resources.
159+
160+
### EAS Build configuration
161+
162+
General information on defining environment variables with Expo can be [found here](https://docs.expo.dev/build-reference/variables/#can-eas-build-use-env-files).
163+
164+
## Learn More
165+
166+
Check out [the PowerSync SDK for React Native on GitHub](https://github.com/powersync-ja/powersync-js/tree/main/packages/react-native) - your feedback and contributions are welcome!
167+
168+
To learn more about PowerSync, see the [PowerSync docs](https://docs.powersync.com).

0 commit comments

Comments
 (0)