Skip to content

Commit 367ae19

Browse files
Point to the app repo
1 parent 62f94d0 commit 367ae19

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<hr />
1313
</div>
1414

15-
# OneSignal Supabase Edge Function Integration Sample
16-
1715
OneSignal makes engaging customers simple and is the fastest, most reliable service to send push notifications, in-app messages, SMS, and emails.
1816

19-
![App demo](/assets/aux/push-notification-demo.gif)
17+
# OneSignal Supabase Edge Function Integration Sample
2018

2119
This project demonstrates how to use OneSignal as an integration with [Supabase](https://supabase.com) to handle your messaging needs, including push notifications, SMS text messages, email, and in-app messaging. Feel free to use this sample as a reference for your own Supabase integration.
2220

21+
![App demo](/assets/aux/push-notification-demo.gif)
22+
2323
###### Current OneSignal channels Implemented
2424

2525
- [x] Mobile Push Notifications
@@ -276,6 +276,10 @@ For complete instructions on creating a webhooks, please refer to the [Supabase
276276

277277
💡We need to include the Authorization header so the edge function can verify the request. Without this header, anyone would be able to call our endpoint.
278278

279+
## 🚀 Launch Companion App
280+
281+
The [companion app](https://github.com/onesignaldevelopers/onesignal-supabase-sample-integration-app) can be built from source to run alongside this Supabase project.
282+
279283
## How to the Test
280284

281285
Submit an HTTP request to the function.

0 commit comments

Comments
 (0)