# firebase
-
Firebase in Node: functions is not a function
Have you seen this error when trying to use firebase.functions:
functions is not a function
This is due to a Firebase API change from their namespaced API to a modular API. Continue reading to find out how to resolve this issue.