kafkas / firewalk

A light, fast, and memory-efficient collection traversal library for Firestore and Node.js
https://kafkas.github.io/firewalk
MIT License
192 stars 5 forks source link

feat: support firebase-admin 11 #48

Closed luke-rogers closed 10 months ago

luke-rogers commented 11 months ago

fixes #47 #29

Includes switching the tests over to using an emulated Firebase backend

luke-rogers commented 10 months ago

Any chance we could get this merged and released?

kafkas commented 10 months ago

@luke-rogers Thanks for this! I wasn't notified by Github, I think because I wasn't tagged as a reviewer. Will review and merge soon.

kafkas commented 10 months ago

The code doesn't compile for me on this branch. I'll fix CI and build/test scripts to properly test the changes