FCMRequest.condition

This parameter specifies a logical expression of conditions that determine the message target.

Supported condition: Topic, formatted as "'yourTopic' in topics". This value is case-insensitive.

Supported operators: &&, ||. Maximum two operators per topic message supported.

struct FCMRequest
@serializationIgnoreOut
@serializationKeys("condition")
Nullable!string condition;

Meta