Android FirebaseMessagingService未通过google服务更新被调用

Android FirebaseMessagingService未通过google服务更新被调用,android,firebase,push-notification,google-play-services,Android,Firebase,Push Notification,Google Play Services,FirebaseMessagingService被一个google服务调用,但它不会被另一个使用相同代码的google服务调用。我需要为不同的目的更新谷歌服务 后台关闭应用程序或前台事件应用程序时,未收到Firebase消息服务。当我发送消息时,消息似乎已发送 工作谷歌服务 { "project_info": { "project_number": "291991301281", "firebase_url

FirebaseMessagingService被一个google服务调用,但它不会被另一个使用相同代码的google服务调用。我需要为不同的目的更新谷歌服务

后台关闭应用程序或前台事件应用程序时,未收到Firebase消息服务。当我发送消息时,消息似乎已发送

工作谷歌服务

{
  "project_info": {
    "project_number": "291991301281",
    "firebase_url": "https://kodakmoments-430ac.firebaseio.com",
    "project_id": "yyyyyy-430ac",
    "storage_bucket": "yyyyyy-430ac.appspot.com"
  },
  "client": [
    {
      "client_info": {
        "mobilesdk_app_id": "1:291991301281:android:3301c5dc046b8347",
        "android_client_info": {
          "package_name": "com.xxxxxx.advisor"
        }
      },
      "oauth_client": [
        {
          "client_id": "291991301281-gr0qe4l6d3qjv39tuu706un64hqdk32k.apps.googleusercontent.com",
          "client_type": 3
        }
      ],
      "api_key": [
        {
          "current_key": "AIzaSyCMnqePPeL9ulJbBSIxHmw3ehhBcPnrbPA"
        }
      ],
      "services": {
        "analytics_service": {
          "status": 1
        },
        "appinvite_service": {
          "status": 1,
          "other_platform_oauth_client": []
        },
        "ads_service": {
          "status": 2
        }
      }
    },
    {
      "client_info": {
        "mobilesdk_app_id": "1:291991301281:android:0437e86cec6d8430",
        "android_client_info": {
          "package_name": "com.xxxxxxx.kodakmoments"
        }
      },
      "oauth_client": [
        {
          "client_id": "291991301281-gr0qe4l6d3qjv39tuu706un64hqdk32k.apps.googleusercontent.com",
          "client_type": 3
        }
      ],
      "api_key": [
        {
          "current_key": "AIzaSyCMnqePPeL9ulJbBSIxHmw3ehhBcPnrbPA"
        }
      ],
      "services": {
        "analytics_service": {
          "status": 1
        },
        "appinvite_service": {
          "status": 1,
          "other_platform_oauth_client": []
        },
        "ads_service": {
          "status": 2
        }
      }
    },
    {
      "client_info": {
        "mobilesdk_app_id": "1:291991301281:android:e2fdfd779272acb3",
        "android_client_info": {
          "package_name": "com.xxxxxx.kodakmomentsapp"
        }
      },
      "oauth_client": [
        {
          "client_id": "291991301281-gr0qe4l6d3qjv39tuu706un64hqdk32k.apps.googleusercontent.com",
          "client_type": 3
        }
      ],
      "api_key": [
        {
          "current_key": "AIzaSyCMnqePPeL9ulJbBSIxHmw3ehhBcPnrbPA"
        }
      ],
      "services": {
        "analytics_service": {
          "status": 1
        },
        "appinvite_service": {
          "status": 1,
          "other_platform_oauth_client": []
        },
        "ads_service": {
          "status": 2
        }
      }
    }
  ],
  "configuration_version": "1"
}
替换了不工作的谷歌服务

{
  "project_info": {
    "project_number": "467985159596",
    "firebase_url": "https://clerk-advisor-test.firebaseio.com",
    "project_id": "clerk-advisor-test",
    "storage_bucket": "clerk-advisor-test.appspot.com"
  },
  "client": [
    {
      "client_info": {
        "mobilesdk_app_id": "1:467985159596:android:3aefeeb6fe7a45533f1609",
        "android_client_info": {
          "package_name": "com.xxxxxx.advisor"
        }
      },
      "oauth_client": [
        {
          "client_id": "467985159596-f9cnr35f75es5aqfnipfhj780ljet2eu.apps.googleusercontent.com",
          "client_type": 3
        }
      ],
      "api_key": [
        {
          "current_key": "AIzaSyAipVm0MKCIcq70FqT-_DIoFnaoMLxzulI"
        }
      ],
      "services": {
        "appinvite_service": {
          "other_platform_oauth_client": [
            {
              "client_id": "467985159596-f9cnr35f75es5aqfnipfhj780ljet2eu.apps.googleusercontent.com",
              "client_type": 3
            }
          ]
        }
      }
    }
  ],
  "configuration_version": "1"
}
如有任何建议,我们将不胜感激