Firebase cloud function local development
Last updated
Was this helpful?
Last updated
Was this helpful?
To use firebase cloud functions while doing local development you need to add useFunctionsEmulator
when you initialise firebase in your app.
For locally you must call (after firebase.initializeApp)
from Stack Overflow: