fireway icon indicating copy to clipboard operation
fireway copied to clipboard

Execute fireway migrate and don't happen anything

Open markos0886 opened this issue 4 years ago • 1 comments

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",

imagen

markos0886 avatar May 28 '21 18:05 markos0886

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 👍🏻

jenshor avatar Nov 23 '22 14:11 jenshor