Welcome to 16892 Developer Community-Open, Learning,Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am writing a server in a language (Rust) that hasn't an official driver from the Firebase team. I am doing Rest-API calls to Firebase Cloud Messaging which also works fine.

I am interested in subscribing clients to topics in my server. I don't see Rest-API as a supported way of adding/removing subscribtions from topics server-side: 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.

Is Rest-API supported, or not at all?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
473 views
Welcome To Ask or Share your Answers For Others

1 Answer

subscribing to FCM through restapi is not possible: https://firebase.google.com/docs/cloud-messaging/manage-topics only admin sdk makes this possible


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to 16892 Developer Community-Open, Learning and Share
...