w9jds / firebase-action

GitHub Action for interacting with Firebase
MIT License
922 stars 198 forks source link

Deployment failing. Need to update to firebase-tools 12.4.0 #191

Closed nicklbaert closed 1 year ago

nicklbaert commented 1 year ago

Hey there!

Since a couple of hours our production deployment stopped working in CD. It works when ran locally using firebase-tools 12.4.0.

In CD when using this action, deployment fails with the message

failed to create function <one_of_our_functions>

Any ideas on why this happens?

Thank you so much :)