fireway icon indicating copy to clipboard operation
fireway copied to clipboard

A schema migration tool for firestore

Results 26 fireway issues
Sort by recently updated
recently updated
newest added

This caused some bugs when I tried to use the package but wanted to use it with the latest version of firebase I'm using. Tests passed! Let me know if...

I want to configure my firestore settings for a specific migration. I need to set "ignoreUndefinedProperties: true". When I do this within the migrate function, I receive an error that...

I have a problem with `forceWait`. When I run migrations with `forceWait` fireway runs only the first migration and stops working after that without writing migration result to firestore. Without...

Hello, This is a great tool! So, thanks! I ran into this problem when I was figuring out how this package works, and it made it really difficult to figure...

question

Your package raises a lot of security alerts in your repo. Can you upgrade your dependencies to your latest version?

I got firebase token by using command `firebase login:ci`, and after deploy with flag `--token` How to run migrations with this token?

I've just run my first migration and there was a lot of output. It looks like in `cli.js` that `debug` is set to `true` with no other possible value. This...

Is it even possible to access the admin object from the migration script? I want to change some filed names inside `customUserClaims`, so I thought it would be nice to...

Hi, Have you had any thoughts on how you might want to do reverse migrations? I'm likely to have some time to implement this and would want to do it...

I noticed an inconsistency when running migration scripts with the `--dryrun` option. I was testing out my code to copy data from one collection to a new one. Whenever a...

question