Skip to content

FR: Adding Proxy Fields to AndroidNotification Struct #675

New issue

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

Open
byungwoo-Nam opened this issue Mar 7, 2025 · 1 comment
Open

FR: Adding Proxy Fields to AndroidNotification Struct #675

byungwoo-Nam opened this issue Mar 7, 2025 · 1 comment

Comments

@byungwoo-Nam
Copy link

byungwoo-Nam commented Mar 7, 2025

Hello.

In the Cloud Messaging feature, you need to add a Proxy variable to the AndroidNotification type.

Related documents are as follows
FCM REST API document
Proxy setting related

When receiving FCM in a Flutter-based app, a problem occurred where the listener did not work, and it was determined to be due to the 'Notification Delegation to Google Play Services' function.
Related issue

The above problem can be solved by setting the proxy setting to DENY when sending FCM (confirm by sending directly to HTTP v1 API). However, since firebase-admin-go currently does not support separate proxy settings, I would like to add this part.

I think it is absolutely necessary to make it behave the same as HTTP v1 API regardless of the receiving environment.

I will upload PR.
Please review it!
Thank you.

@byungwoo-Nam
Copy link
Author

It's been about a month since the PR related to the issue was merged into the dev branch, so when will the official release be?
Or is it being delayed for another reason?
If there is anything else I need to do, please feel free to let me know!
Please check and reply.
Thank you!

@lahirumaramba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants