我使用FirebaseInstanceId.getInstance().getToken();方法在我的FcmInstanceIdService中获取令牌,但由于这些方法已被弃用,我尝试重写以下代码:FirebaseInstanceId.getInstance().getInstanceId().addOnSuccessListener(MyActivity.this, new OnSuccessListener<InstanceIdResult>() { public
我有一个loopback 3应用程序。当我使用. node启动应用程序时,我在控制台中得到以下内容。 hsts deprecated The "includeSubdomain" parameter is deprecated. Use "includeSubDomains" (with a capital D) instead. node_modules/loopback/lib/server-app.js:74:25 我在我的node_modules文件夹中进行了搜索,但没有回送文件夹。那么我该如何解决这个问题呢?