I'm trying to send notification using php curl to android but I get this:
{"multicast_id":6460600019383907027,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"InvalidRegistration"}]}
Im getting token in android with the below code:
public String getToken() throws IOException {
return FirebaseInstanceId.getInstance().getToken();
}