fireway
fireway copied to clipboard
Execute fireway migrate and don't happen anything
The result es scanned: 1 executed: 0
I proved with differents versions and nothing. Before this migration it was working in another project but now it magically stopped working with the latest versions of fireway, firebase-admin and firebase-functions. I check the fireway collection in firestore and never add the new migration log. I don't know what else to do.
Versions "firebase-admin": "^9.2.0", "firebase-functions": "^3.11.0", "fireway": "^1.0.2",

I had this problem as well. As described in the readme, I set the GOOGLE_APPLICATION_CREDENTIALS environment variable.
❗️Setting GOOGLE_APPLICATION_CREDENTIALS is also necessary if you use Firebase Local Emulator! This makes no sense to me but after adding it, I see the data in my local instance 👍🏻