标签: firebase-realtime-database google-cloud-functions
我想创建一个由存储触发器触发的云功能,该功能将数据写入firebase数据库。似乎只有在数据库触发期间,云功能才能与firebase数据库通信。
所以我想知道是否有人有这方面的例子,或者告诉我Google Cloud功能是否可以这样做?
感谢。
答案 0 :(得分:0)
可以从uploads to Cloud Storage或writes to the Firebase Realtime Database触发云功能。 samples repo on Github有两个例子。