kevlened / fireway

A schema migration tool for firestore
MIT License
280 stars 43 forks source link

Warn or wait for open async calls #24

Closed kevlened closed 3 years ago

kevlened commented 3 years ago

This adds a warning when async calls remain open after running a migration. It also provides a --forceWait option to automatically wait for these calls to resolve.

This should resolve #13