Firebase – Android FCM : Messages Stop Being Delivered to Topics with condition
After installing the Android app, I subscribe to several FCM topics. I send 2-3 messages per hour using condition with topics via REST API: "message": { "condition" : "'reg83' in topics || 'reg11' in topics || 'reg81' in topics", "data":…