-
Notifications
You must be signed in to change notification settings - Fork 32
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
long form vs shortcut #8
Comments
Hey, that should be working fine, which error do you get? |
No error actually. Just nothing happens. $response = $client->topicSubscribe('topic',$devID) ; just returns the whole object and the topic does not get registered (used a new topic just to ensure it would show up in FCM console. Waited 10-15min...it never registered. Then used long form method and topic registered immediately. |
@rolinger, are you still experiencing this error? I don't think this is related to this package.. |
@EdwinHoksberg - I still have the issue. Saying its an error is misleading as nothing actually happens - which is weird. |
this issue is a year old, but i'd like to point out 2 things:
this wasnt clear to me at first either, as the documentation doesnt imply that topicSubscribe actually returns a needed instance. |
I'll try address this in... |
Finally got this working using the below:
However, no success using the shortcut, what am I doing wrong:
The text was updated successfully, but these errors were encountered: