如何知道我们已经订阅了Firebase云消息传递中的主题?
答案 0 :(得分:-1)
您可以获得令牌
String token = FirebaseInstanceID.getToken();
Log.d(TAG,token);
并转到https://iid.googleapis.com/iid/info/token
如果使用curl
curl -X Get -H"Authorization:key=serverAPIkey" "https://iid.googleapis.com/iid/info/token?details=true"
查看设备的所有订阅主题
了解有关客户端应用实例订阅的详细信息,包括每个主题名称和订阅日期。见get information about app instances