Skip to content

Commit e8b20c3

Browse files
📝 Add link to an example project
1 parent a05cdb8 commit e8b20c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ ipcRenderer.on(ON_NOTIFICATION_RECEIVED, (_, notification) => // display notific
4646
// Start service
4747
ipcRenderer.send(START_NOTIFICATION_SERVICE, senderId);
4848
```
49+
50+
## Example
51+
52+
Thanks to [CydeSwype](https://github.com/CydeSwype), you can find an example project [here](https://github.com/CydeSwype/electron-fcm-demo).

0 commit comments

Comments
 (0)