WoolDoughnut310 / micropython-firebase-firestore

Firebase Firestore implementation for Micropython.
MIT License
8 stars 2 forks source link

Not working with Micropython v1.23.0 #7

Open dlefur opened 2 months ago

dlefur commented 2 months ago

Hello.

Thanks to previous issues contributions, I did manage to use "create" and patch" but without any parameter (document_id, update_mask).

How to pass the old "params" now in requests.request(method, path, data=None, json=data) ?

I would be very thankful to obtain a actualized version of this project !