是否可以使用 Rest-API 在不使用 Admin SDK 的应用服务器上订阅令牌?

Is it possible to use Rest-API to subscribe tokens on my app-server which does not use Admin SDK?

我正在用一种没有来自 Firebase 团队的官方驱动程序的语言 (Rust) 编写服务器。我正在对 Firebase Cloud Messaging 进行 Rest-API 调用,它也可以正常工作。

我有兴趣让客户订阅我服务器中的主题。我不认为 Rest-API 作为 adding/removing 从主题服务器端订阅的支持方式:https://firebase.google.com/docs/cloud-messaging/manage-topics.

The Firebase Admin SDK allows you to perform basic topic management tasks from the server side.

是否支持 Rest-API,还是根本不支持?

无法通过 restapi 订阅 FCM:https://firebase.google.com/docs/cloud-messaging/manage-topics 只有 admin sdk 才能做到这一点