You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Firewalk is released under the MIT license." /></a>
@@ -31,9 +33,6 @@ When you have millions of documents in a collection and you need to make changes
31
33
32
34
Firewalk is an extremely light and well-typed library that is useful in a variety of scenarios. You can use it in database migration scripts (e.g. when you need to add a new field to all docs) or a scheduled Cloud Function that needs to check every doc in a collection periodically or even a locally run script that retrieves some data from a collection.
33
35
34
-
**Note**: This library was previously known as Firecode. We're currently in the process of porting over the documentation from the
35
-
previous site.
36
-
37
36
[**Read the introductory blog post ▸**](https://anarkafkas.medium.com/traversing-firestore-collections-efficiently-6e43cea1eefd)
38
37
39
38
[**View the full documentation (docs) ▸**](https://kafkas.github.io/firewalk)
0 commit comments