Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
FCM Konu mesajlaşması, belirli bir konuyu etkinleştirmiş birden fazla cihaza mesaj göndermenize olanak tanır. Gerekli durumlarda konu iletileri oluşturursunuz. FCM, iletinin yönlendirilmesini ve doğru cihazlara güvenilir bir şekilde teslim edilmesini sağlar.
Konu mesajlaşmasıyla ilgili önemli noktalar:
Hava durumu uyarıları gibi herkese açık bilgiler için en uygundur.
Konu mesajları, gecikme yerine işleme hızı için optimize edilir. Tek cihazlara veya küçük gruplara hızlı ve güvenli teslimat için konular yerine kayıt jetonlarını hedefleyin.
Konu mesajlaşma, konu başına sınırsız aboneliği destekler. Ancak aşağıdaki sınırlar geçerlidir:
Bir uygulama örneği en fazla 2.000 konuya abone olabilir.
Uygulama örneklerine abone olmak için toplu abonelik istekleri, istek başına 1.000 örnekle sınırlıdır.
Yeni abonelik sıklığı, proje başına hız sınırlamasına tabidir. Sınırın aşılması 429
RESOURCE_EXHAUSTED hatasına yol açar. Eksponansiyel geri yüklemeyle yeniden deneyin.
Kotalar ve sınırlar
Konu mesajlaşma, her konu için sınırsız aboneliği destekler. Ancak,
FCM şu alanlarda sınırları zorunlu kılar:
Bir uygulama örneği en fazla 2.000 konuya abone olabilir.
Uygulama örneklerine abone olmak için toplu abonelik kullanıyorsanız her istek 1.000 uygulama örneğiyle sınırlıdır.
Yeni aboneliklerin sıklığı proje başına hız sınırlamasına tabidir. Kısa süre içinde çok fazla abonelik isteği gönderirseniz FCM sunucuları 429 RESOURCE_EXHAUSTED ("kota aşıldı") yanıtını verir. Eksponansiyel geri yüklemeyle yeniden deneyin.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-09-06 UTC."],[],[],null,["FCM topic messaging lets you to send a message to multiple devices\nthat have opted in to a particular topic. You compose topic messages as needed,\nand FCM handles routing and delivering the message reliably to the\nright devices.\n\nKey points about topic messaging:\n\n- Best suited for publicly available information like weather alerts.\n- Topic messages are optimized for throughput rather than latency. For fast, secure delivery to single devices or small groups, [target messages](/docs/cloud-messaging/send-messages/send/v1-api#send-messages-to-specific-devices) to registration tokens instead of topics.\n- Topic messaging supports unlimited subscriptions per topic, with the following limits:\n - An app instance can subscribe to a maximum of 2000 topics.\n - Batch subscription requests for subscribing app instances are limited to 1000 instances per request.\n - New subscription frequency is rate-limited per project. Exceeding the limit results in a `429\n RESOURCE_EXHAUSTED` error; retry with exponential backoff.\n\nQuotas and limits\n\nTopic messaging supports unlimited subscriptions for each topic. However,\nFCM enforces limits in these areas:\n\n- One app instance can be subscribed to no more than 2000 topics.\n- If you are using [batch subscription](https://developers.google.com/instance-id/reference/server#manage_relationship_maps_for_multiple_app_instances) to subscribe app instances, each request is limited to 1000 app instances.\n- The frequency of new subscriptions is rate-limited per project. If you send too many subscription requests in a short period of time, FCM servers will respond with a `429 RESOURCE_EXHAUSTED` (\"quota exceeded\") response. Retry with exponential backoff.\n\nNext Steps\n\n- Learn how to [Manage Topic Subscriptions](/docs/cloud-messaging/doc-revamp/targeting-user-groups/manage-topic-subscriptions) using the Admin SDK or from your client app.\n- Learn how to [Send Messages to Topics](/docs/cloud-messaging/doc-revamp/targeting-user-groups/send-topic-messages) using the Admin SDK or the FCM v1 HTTP API."]]