I have downloaded the zip of Firebase real-time database node.js sample
and navigate to the database section
https://github.com/firebase/quickstart-nodejs/tree/master/database
And I located to the line 35
which has the following code
var serviceAccount = require('path/to/serviceAccountKey.json');
But I was wondering where is/what is the serviceAccountKey.json?