This repository was archived by the owner on Feb 27, 2026. It is now read-only.
Will this work for a guest User, having a fcm token? #12
Unanswered
piyushdongre-dot-com
asked this question in
Q&A
Replies: 1 comment
-
|
Read the docs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In cases when user is not registered yet, but we already have the device token. Should this be used here?
Notification::route('FCM', ['token_1', 'token_2'])
->route('FCMTargetType', MessageTarget::TOKEN)
->notify(new ExampleNotification());
Beta Was this translation helpful? Give feedback.
All reactions