I can\'t seem to find the solution for this in the Firebase Documentation.
I want to test my functions.https.onCall functions locally. Is it possible usi
functions.https.onCall
For locally you must call (after firebase.initializeApp)
firebase.functions().useFunctionsEmulator('http://localhost:5000')