axios.get nodejs firebase function
1 min readOct 12, 2020
Unlike other platform, the correct nodejs axios.get for firebase function works like this:
axios.get({
basedURL,
{
headers: {
'Authorization': `Bearer some keys`
}
});