liamcottle / rustplus.js

Unofficial NodeJS library for controlling Smart Switches in the PC game Rust
224 stars 46 forks source link

[Question]fcm-listen in program #32

Closed mqnowa closed 2 years ago

mqnowa commented 3 years ago

How will the program detect that a new entity has registered or that I have been killed?

C74K commented 2 years ago

How will the program detect that a new entity has registered or that I have been killed? read it directly from server

liamcottle commented 2 years ago

You can use the push-receiver package directly if you want to listen to fcm notifications in your own code.