如何在java中编写firebase云函数
2022-09-04 07:55:53
我是火库的新手。我使用管理员sdk(java代码)将数据存储在firebase数据库中。我已经成功地完成了这部分。现在我想写火基云功能在数据库条目和通知的创建上
1. The function triggers on writes to the Realtime Database path where followers are stored.
2. The function composes a message to send via FCM.
3. FCM sends the notification message to the user's device.
正如我在互联网上搜索更多,发现只有node.js代码。
https://firebase.google.com/docs/functions/get-started
是否可以使用管理员sdk或java代码编写firebase云功能。请帮帮我。