How to test `functions.https.onCall` firebase cloud functions locally?

后端 未结 6 723
悲哀的现实
悲哀的现实 2020-12-01 07:42

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

6条回答
  •  甜味超标
    2020-12-01 08:14

    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.

提交回复
热议问题