I have an application that is already running on firebase and uses node js in cloud functions to run certain functions.
However, i would like to move certain functions from the android java code to the cloud functions for protection.
Is it possible to create functions written in java and and keep the existing node js functions running, or i will have to rewrite the whole code again in node js.?
Thanks.