Web Push SDK
Integrate native browser remote push capabilities into your web applications. Configure customizable permission prompts, VAPID token authorization keys, and background service workers.
The Fyno Web Push SDK is designed for technical users who are responsible for integrating and working with the Fyno web push service. This documentation provides a detailed overview of the SDK's functionalities and how to use them.
Installation
To use the Fyno SDK in your project, follow these steps:
npm install @fyno/websdkInitialization
Initialize the Fyno SDK with workspace ID, and integration ID.
const fyno = require('@fyno/websdk');
// Initialize Fyno SDK