dweissjcs

Results 4 comments of dweissjcs

Also while debugging I have noticed circular dependency at firebase-admin have dependency `"@firebase/database-compat": "^1.0.2",` and `database-compat` have dependency back to `"firebase-admin": "11.6.0",`

It's not with switch to v12, that upgrade gave us only deprecation message on `fcm.messaging.sendAll`.. The problem is when we switch from `fcm.messaging.sendAll` to `fcm.messaging.sendEach` Cleaned a lot.. but its...

Thank you this helped.. Before it did not help because we had bad setup of tests which I fixed with this.. Thank you.. Anyway, is there any reason why sendEach...