Meteor-Community-Packages / Meteor-Community-Packages/raix-push

can't send notification for app by query { id: 'id' }

Open
#329 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
505
Forks
191
PR merge metrics
No merged PRs in 30d

Description

hi everybody,
I am having a issue
First of all, I apologize for my poor English, hoping everyone will understand.
I need to send a message to a person by the query id: push.id, according to the instructions of the doctor raix has it

> `

query can be left empty in which case the notification will be sent to all devices that have registered a token. query can also be one or more ids obtained from clients via Push.id() or one or more userIds associated with the accounts-base package and Meteor.userId().

> `.

![image](https://user-images.githubusercontent.com/29172345/35719648-eb62cf60-081c-11e8-8a91-b88d6ebe8d0b.png)
![image](https://user-images.githubusercontent.com/29172345/35719663-0462ddac-081d-11e8-9d7e-aab04b25e220.png)
But I can not send any messages in my application, and get the returned log results as shown.
May all help, just tell.
![image](https://user-images.githubusercontent.com/29172345/35720042-ac046fe8-081e-11e8-9949-268789c7c4c1.png)

Contributor guide

Open the contributing guide

Research direction

The issue provides no file or test entry point; begin by reproducing the query `{ id: 'id' }` case described and inspect the notification send path. Compare the observed log output with the documented accepted query forms. Done means identifying why the id query fails and verifying a fix or documenting that the behavior is unsupported.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.