mdowds / python-mock-firestore

In-memory implementation of Google Cloud Firestore for use in tests
MIT License
74 stars 61 forks source link

Support for asyncio #76

Open possemeeg opened 1 year ago

possemeeg commented 1 year ago

Hi, do you guys want a PR with support for asyncio?

gocarer commented 11 months ago

@possemeeg, asyncio support would be useful. Do you have an implementation for it?

possemeeg commented 11 months ago

Yes. In fact I created a fork from your repo because I needed it: https://github.com/pckmsolutions/firestore-mock. I'm happy to create a PR off your repo if you like.

jkp commented 6 months ago

I'm using the fork - thank you! Would be fantastic to get this back into the trunk.