Bünyamin Öztürk
Well... I'm an IT student from Turkey that loves researching...
Bünyamin is located at Turkey, Samsun Çarşamba
Helps making push notifications for your content
This plugin only works with an older version of Sanity Studio (v2), which is deprecated.
Learn how to migrate to the new Studio v3 →OneSignal Push Notification support for Sanity.io
sanity install onesignal
Use it in your schema types:
// [...]
{
fields: [
// [...]
{
name: 'onesignal',
title: 'Notification',
type: 'onesignal',
},
]
}
To use it you need to define your API Key and APP ID
// .../studio/config/onesignal.json
{
"onesignalApiKey": "exampleKey",
"onesignalAppId": "exampleID"
}
sanity install onesignal
Well... I'm an IT student from Turkey that loves researching...