I have simple RTBD (same like your example DB)

In the configuration, I have input my DB's reference name
https://<my_DB_name>.firebaseio.com/ (location is in US, so ...firebaseio.com is correct)
I have then downloaded the json file and input the Client Email .
For the private key I have a question; the field, in the json file, contain data in this format:
{
"private_key":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w.....
......\n......\n
wwLlUy5KOlgbyxnumhr\n-----END PRIVATE KEY-----\n",
}
Which part am I supposed to copy?
I tried this part to copy and paste in the field:
-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w.....
......\n......\n
wwLlUy5KOlgbyxnumhr\n-----END PRIVATE KEY-----\n


And then when I trigger. I get this error in debug console:
SyntaxError: Unexpected token u in JSON at position 0
And in terminal, if I look it says something along the line:
(/Users/saurabhdatta/VW_FCA_projects/Micropod/2021-2022/tests/ble_distance_sensor/_node_red/node_modules/node-red-contrib-firebase-data/source/addFirebase.js:78:31)
I have no idea what's going wrong here!
I have simple RTBD (same like your example DB)

In the configuration, I have input my DB's reference name
https://
<my_DB_name>.firebaseio.com/ (location is in US, so ...firebaseio.com is correct)I have then downloaded the json file and input the Client Email .
For the private key I have a question; the field, in the json file, contain data in this format:
{ "private_key":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w..... ......\n......\n wwLlUy5KOlgbyxnumhr\n-----END PRIVATE KEY-----\n", }Which part am I supposed to copy?
I tried this part to copy and paste in the field:
And then when I trigger. I get this error in debug console:
SyntaxError: Unexpected token u in JSON at position 0And in terminal, if I look it says something along the line:
I have no idea what's going wrong here!