So how would one address server side logic?
Like for example doing something with the data before sending it to the client?
Like for example doing something with the data before sending it to the client?
You either implement some cron task in that server that periodically makes stuff with Firebase, or you use an endpoint in Firebase and use it a task queue for the server.
I'd would be great if someone with more experience could provide more info on how these backend duties are performed.
Edit: see this for more info https://groups.google.com/forum/#!topic/firebase-talk/r4d5H7...