kevlened / fireway

A schema migration tool for firestore
MIT License
277 stars 41 forks source link

feat: add cli `--migrationsCollection` option #79

Open jackall3n opened 1 year ago

jackall3n commented 1 year ago

Adding --migrationsCollection option

Why?

To support the requirement where fireway cannot be used a collection name for storing the migration state.

jackall3n commented 1 year ago

This resolves: https://github.com/kevlened/fireway/issues/78

jackall3n commented 6 months ago

@kevlened how do you feel about this one?