Is there is something similar to Parse Cloud Code for firebase?
Asked
Active
Viewed 3,483 times
7
-
Firebase currently has no option to run your own code on their servers. – Frank van Puffelen Jul 10 '15 at 13:50
1 Answers
9
Nowadays there isn't.
But they are working on Firebase Triggers that will supply that need and should be released soon. (There is no release date yet).
What you can do, is create a nodejs server running a background task that process a queue. You can use https://github.com/firebase/firebase-queue for that. It is already prepared to work with many "workers" so it is easy to scale if you need. (Creating more nodejs servers).

Douglas Correa
- 1,015
- 12
- 25