axios.get nodejs firebase function

Cing Sian Dal
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`
}
});

--

--

Cing Sian Dal
Cing Sian Dal

Written by Cing Sian Dal

Don’t follow me. I wrote junks here. Follow me on Twitter instead.

No responses yet