Closed
Description
- Operating System version: windows 10 1909
- Library version: 3.2.1
- Python version: 3.7.6
- Firebase Product: notify
Firebase keeps produce warning log like below while sending message with messaging.send_multicast()
googleapiclient._helpers - WARNING - __init__() takes at most 1 positional argument (3 given)
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.