We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: