Open
Description
We are using FireBaseSDK(firebase-admin-9.2.0) to push notifications, while testing we noted below.
-- Request going through proxy
POST https://fcm.googleapis.com/v1/projects/
--Request not going through proxy
POST https://oauth2.googleapis.com/token
Kindly let us know why oauth2 request is not going through proxy.