Reputation: 459
I'm using one signal to send notification but I need to send notification for specific users from server. I searched for a while but every solution i found was deprecated.
Upvotes: 0
Views: 91
Reputation: 15423
On April 10, 2018, Google has shut down GCM (Google Cloud Messaging) support. So I strongly recommend that you should migrate your code to FCM (Firebase Cloud Messaging).
Check out this to migrate GCM to FCM.
Upvotes: 1