Skip to content

"application_id" is not passed properly when targeting all users in FCM #547

Open
@shamilbuzz

Description

@shamilbuzz

return _cm_send_request(None, data, cloud_type=cloud_type, **kwargs)

Currently the line is:
_cm_send_request(None, data, cloud_type=cloud_type, **kwargs)

But I suppose it should be: (passing mandatory application_id parameter)
_cm_send_request(None, data, cloud_type=cloud_type, application_id=application_id, **kwargs)

Let me know if its something that I have missed? or, my assumption is correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions