I see many information on callable functions written using node.js , but none using java.
I see callable functions has many features build in, e.g.
- With callable functions, firebase authentication and FCM tokens are automatically included in requests when available.
- Request body gets deserialized automatically and tokens are validated on functions.https.onCall trigger.
Is there a way to write callable functions using Java ? if yes any example code