Reputation: 103
Could somebody please tell me a way to target one single device to send a push notification through Firebase on iOS? And also, is it possible to send a push notification to a single device with the user's phone number or username or other information (possibly with a database)? I've searched everywhere but to no avail. I'd really appreciate any help :)
Upvotes: 0
Views: 1606
Reputation: 100541
in firebase
click Grow to expand it -> Notifications-> New message
select single device , paste your FCM token for that user and enter any more data you want , then click send message
Upvotes: 1