Hello !
I'm facing a really weird issue. Everything was working fine, and without any changes, the push notifications don't work anymore when it's triggered with Buildship. However, I see the the notifications sent by Buildship in firestore with status : "succeeded". It's just the "num_sent" field is at 0 instead of many users. The Buildship's logs are also "Succeeded".
It feels like Buildship has the correct rights to write but the notifications are not sent.
But it works when a notification is sent manually from Flutterflow...
Any idea of what I should check ?
Thank you very much.