You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During a bug investigation on the Mobile Wallet push notifications #589, it was identified that the sendMulticast(message) method being used to send the notifications was deprecated and no longer works.
The main recommendation is to use the sendEachForMulticast() method instead.
References
Official docs for the Firebase Admin dependency ( link )
During a bug investigation on the Mobile Wallet push notifications #589, it was identified that the
sendMulticast(message)
method being used to send the notifications was deprecated and no longer works.The main recommendation is to use the
sendEachForMulticast()
method instead.References
The text was updated successfully, but these errors were encountered: