liamcottle / rustplus.js

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

An API push-receiver relies on will be deprecated in June #65

Open heheihahthe opened 5 months ago

heheihahthe commented 5 months ago

According to this issue, push-receiver calls https://fcm.googleapis.com/fcm/connect/subscribe, which will be removed on June 20th this year. There's a replacement library, Arcana, which supposedly does everything push-receiver can do.

Versette commented 1 month ago

This fork uses the updated endpoints: https://github.com/javajuice1337/push-receiver-v2 So I guess that it could be used as a more drop-in replacement.