Aug 24, 2017 · 1 min read
Firebase Cloud Functions is a lifesaver, I realised mid-project that my Firebase backend wouldn’t be able to process advanced queries at scale all client side, now I have HTTP endpoints set up that run functions to do advanced SQL style queries in Node.js and send the filtered response directly to the client.
