Google-firebase是否允许数据处理逻辑

时间:2020-08-22 22:03:32

标签: ios firebase mobile server-side

我需要在服务器端编写数据处理逻辑,并根据该逻辑的结果向多个iPhone发送通知。我想使用Google Firebase来存储数据。但是我不确定Google Firebase是否允许在Firebase端编写一些编程逻辑来操纵这些数据。有人可以建议我是否可以在Google Firebase上编写代码逻辑吗? T

1 个答案:

答案 0 :(得分:0)

要运行服务器端逻辑以响应Firebase项目中发生的事件,您需要查看Cloud Functions for Firebase。借助Cloud Functions,您可以编写在Google服务器上运行的代码,以响应Firebase项目中的活动或客户端应用程序的调用而调用。

文档中的页面包含common use-cases,其中包括sending notifications to users when something relevant happens in the database