Trying to convert HEIC images to JPEG
I am working with Firebase functions when a new image is uploaded to the Firebase Storage.
It works when I run a test function locally in the firebase emulator, but fails when I try to run it on my Firebase project.
I realised my emulator is using ImageMagick 7.0.9-7 but my Firebase instance is using ImageMagick 6.9.7-4.
How do I upgrade ImageMagick on my Firebase instance?