I does work only after i initialized it with priority HIGH
B4X:
Dim n As NB6
n.Initialize("default", Application.LabelName, "HIGH").AutoCancel(True)
It does work if my app is in foreground.
It does work if my app is in background and just the FirebaseMessaging service get run and show the notification.