Ricardo Moutinho

Results 4 comments of Ricardo Moutinho

:+1: I can confirm this happens on an S5 running 4.4 as well while on a Nexus 5 running lollipop everything is fine

> Hey everyone, thank you for your patience on this! We have recently [increased the timeout for FCM to 15 seconds](https://github.com/firebase/firebase-admin-node/pull/1947) as a way to address the duplicate notifications issue....

FWIW, I've traced the issue to this change in gradle 2.5 ([here](https://github.com/gradle/gradle/commit/f58d618aa912955f01bee42bba828a3b9c3924b3)). `executeWithoutThrowingTaskFailure()` was removed..workaround to get the same behaviour would be perhaps to just call `execute()` and ignore any...