kafkas/firewalk

Replace `setConfig()` with `withConfig()`

kafkas opened this issue · 1 comments

withConfig() will return a new Traverser instance similar to how firestore.Query.where() and firestore.Query.limit() work

Done.