Hacker News new | ask | show | jobs
by don_draper 4812 days ago
A node server that I run on my server accesses Firebase through the SDK, right?
1 comments

Correct. There's a quickstart guide for using the Node SDK here: https://www.firebase.com/docs/nodejs-quickstart.html

You can also use the REST API (https://www.firebase.com/docs/rest-api-quickstart.html) to interact with Firebase from any platform.