Hey All, we had the same issue for sendMultiCast. Apparently Firebase deprecated in mid september the legacy support and is forcing the usage of new api which doesn’t support /batch that was used.
Installing the latest versions (12.4) does not work on the realm environment due to lack of full support for promises and the new jsonwebtokens npm package.
I created a customer version that works for the sendMultiCast (which can support sending ofc to a single token by providing an array with a single target token)