Apparently, After having an issue with the (OR ||) operator, As the notification was received when i used the (AND &&) operator and it wasnt when i used (OR ||).
Google confirmed that the OR operator is not working currently in FCM condition field :
So is there another way i could send a notification to those who are subscribed to ( TopicA or TopicB or TopicC ) without the (OR ||) operator?
Update - So ive contacted FCM support & they helped me with a workaround using the (AND &&) And (NOT !) Operators :
Only partial solution i have found so far is to make the condition this way :
With TopicNone a topic that all devices are subscribed to. Apparently if i used the OR(||) operators after the AND(&&) operator. It works.
Hoping for google to fixe this bug soon.