I'm getting this error when I run the file. I got the access token with my firebase API and loaded it on the library but when I try to get the fields I got the following error.
Traceback (most recent call last):
File "", line 17, in
File "/lib/ufirestore/ufirestore.py", line 229, in get
File "/lib/ufirestore/ufirestore.py", line 104, in get
File "/lib/ufirestore/ufirestore.py", line 52, in send_request
TypeError: unexpected keyword argument 'params'
I'm getting this error when I run the file. I got the access token with my firebase API and loaded it on the library but when I try to get the fields I got the following error.
Traceback (most recent call last):
File "", line 17, in
File "/lib/ufirestore/ufirestore.py", line 229, in get
File "/lib/ufirestore/ufirestore.py", line 104, in get
File "/lib/ufirestore/ufirestore.py", line 52, in send_request
TypeError: unexpected keyword argument 'params'