Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typescript/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Typescript 如何从angular应用程序向手机发送短信_Typescript_Angular6_Node Modules_Sms Gateway_Ngxs - Fatal编程技术网

Typescript 如何从angular应用程序向手机发送短信

Typescript 如何从angular应用程序向手机发送短信,typescript,angular6,node-modules,sms-gateway,ngxs,Typescript,Angular6,Node Modules,Sms Gateway,Ngxs,我想从Angular6网络应用程序发送短信。谁能告诉我怎么做?请给我推荐一些参考链接或代码示例。我已经使用和firebase函数完成了这项工作。出于安全考虑,您不想从应用程序发送消息。您需要对api和身份验证令牌保密。只要在某处创建一个使用Twilio的无服务器函数,就可以了 你试过了吗

我想从Angular6网络应用程序发送短信。谁能告诉我怎么做?请给我推荐一些参考链接或代码示例。

我已经使用和firebase函数完成了这项工作。出于安全考虑,您不想从应用程序发送消息。您需要对api和身份验证令牌保密。只要在某处创建一个使用Twilio的无服务器函数,就可以了

你试过了吗