Dwight Watson

Results 125 comments of Dwight Watson

I'm personally not familiar with sending notifications to topics without a token. If it's as simple if checking if `$fcmMessage->topic` exists and then sending it and ignoring any user tokens...

Would it only ever return a single `\Kreait\Firebase\Messaging\Topic` or could it return a collection? Or should we use something like `routeNotificationForFcmTopic` to make it distinct? Or does it make sense...

Hey @stayallive thanks for that. You're right - I missed that it was a `static` method required. I had a regular public method and after fixing that it now works...

Yes - I have already added these as filtered on Sentry's side. In one app I'm dealing with some sensitive personal information and it seems better to me that this...