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
Hello, I need to use a proxy while connecting to the fcm.googleapis.com server.
The package parse-community/node-gcm supports the use of a proxy for the connection, but parse-server-push-adapter is not passing this configuration.
We have found the solution and will send a PR soon
The text was updated successfully, but these errors were encountered:
PR #153
push configuration will be like this:
"push": { "android": { "apiKey": "AAAAXOL3MDw:APA.....", "requestOptions": { "proxy": "http://localhost:8080", "timeout": 1000 } } }
Sorry, something went wrong.
Closing via #153
No branches or pull requests
Hello,
I need to use a proxy while connecting to the fcm.googleapis.com server.
The package parse-community/node-gcm supports the use of a proxy for the connection, but parse-server-push-adapter is not passing this configuration.
We have found the solution and will send a PR soon
The text was updated successfully, but these errors were encountered: