Tag: google cloud functions

如何在java中编写firebase云函数

我是firebase的新手。 我使用admin sdk(java代码)将数据存储在firebase数据库中。 我成功完成了这部分。 现在我想在创建数据库条目和通知时写入fire base cloud函数 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 是否可以使用admin sdk或java代码编写firebase云function。请帮助我。