Mike Hardy

Results 1358 comments of Mike Hardy

You may want to integrate notifee - in general react-native-firebase is in the business of handling FCM and leaves other notifications alone, yes. Notifee is working through an extension to...

This is the point where I think everything is just guesses. Nothing beats an App.js you can drop in runnable app. https://stackoverflow.com/help/minimal-reproducible-example No promises though - I may not have...

Unfortunately from 5 to version 13 (version 6 was *quite* a while ago) also includes an incredible amount of version difference, across several breaking changes, in the underying firebase-android-sdk and...

Yes...but ... you have to have the app "well loved" by the power miser algorithm in iOS, and the device needs to have a lot of power to feed as...

we found that if the device was too hot even, it would just silently fail (well, it would drop a message visible in console.app) a data-only FCM. My take on...

Nothing that fancy I think? Ignore the question-y comments, this code actually runs in production as a pub-sub scheduled firebase function, thus with access to the firebase nod admin SDK,...

Absolutely vital per docs. If you don't say content available, you might as well just send it to /dev/null. If you don't set priority high, I don't think it will...

I can only refer to this: > Unfortunately from 5 to version 13 (version 6 was quite a while ago) also includes an incredible amount of version difference, across several...

A reasonable point @dusan-dragon - I rescanned your original message, and I note that you mention you do not use FCM to send the message, rather you use pinpoint. I...

Hmm - well notifee isn't going to solve it then - I understand a little better now I think - first I can say https://github.com/ds300/patch-package and there is no reason...