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
It seems the warning is dumped by a custom decorator that is being used in the googleapiclient library. We can look into implementing a fix for the next release.
Firebase keeps produce warning log like below while sending message with
messaging.send_multicast()
I found a relevant issue #305 but the problem still exists
Like the author of #305 said, give
http.BatchHttpRequest
named arguments can fix the problem, it really work.Thanks very much.
The text was updated successfully, but these errors were encountered: