Ahmed Marzouk
Ahmed Marzouk
I try this give me error INVALID_ARGUMENT , and TopicID is right and working right when I sent to it and Token is right when I send to it but...
@redjanym I used the code on yr documentation here use sngrl\PhpFirebaseCloudMessaging\Client; $server_key = '_YOUR_SERVER_KEY_'; $client = new Client(); $client->setApiKey($server_key); $client->injectGuzzleHttpClient(new \GuzzleHttp\Client()); $unwanted_token = "Token THat I want to delete from...
I tried it with single token ,what's the difference it's array right ?? if you want , I can try it with 2 tokens in the array and send you...
I tried the token on firebase console , it works , and tried to send to individual tokens works too , so I don't know what the wrong with it...