Matthew Cho
Matthew Cho

Reputation: 103

Targeting a single device with Firebase notifications (swift)

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

Answers (1)

Shehata Gamal
Shehata Gamal

Reputation: 100541

in firebase

click Grow to expand it -> Notifications-> New message

enter image description here

select single device , paste your FCM token for that user and enter any more data you want , then click send message

Upvotes: 1

Related Questions