firebase-tools
firebase-tools copied to clipboard
firebase init functions installs a version of the python module that isn't compatible with arm64
Running firebase init functions will install firebase_functions~=0.1.0 which isn't compatible with arm64 and results in runtime errors when importing the python module. Changing the requirement to the latest version (0.4.1) fixes the issue.