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
Callables are just HTTPS functions with a specific format. You can test just like a HTTPS function, except you have to write code to deliver it the protocol as defined in the documentation.