How to write firebase cloud functions in java

Anuj Dhiman :

I am new in firebase . I am store data in firebase database using admin sdk(java code ). I have done this part successfully . Now i want write fire base cloud function on create of database entry and notification as

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.

As i have search more on internet , found only node.js code for that.

https://firebase.google.com/docs/functions/get-started

Is it possible to write firebase cloud function using admin sdk or java code.Please help me.

Doug Stevenson :

For Cloud Functions, there is currently no support for Java or any other languages or environments other than JavaScript in a node.js environment.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=444043&siteId=1