Hi Rona, well thanks for at least reverting to me.
This is part of automation, I am calling the postman scripts via pipelines to update the firebase remote config.
Now as per googleapis, remote auth will only work with OAuth token, and for Oauthtoken, it needs a google oauth clientid, the oauth token will not work for service or user account, so the above method suggested will not work.
Every time I need to post a new config in firebase, I need OAuth access token in the form of bearer token which I receive from the postman, and I want this to be automated, so I don't have to click the Get access token everytime manually via postman to access the google forebase rest api.