phonegap / phonegap-plugin-push

Register and receive push notifications
MIT License
1.94k stars 1.91k forks source link

Could not find com.google.firebase:firebase-messaging:16.0.0 #2804

Open okwei2000 opened 5 years ago

okwei2000 commented 5 years ago
`<plugin name="phonegap-plugin-push" source="npm" spec="2.1.0">
    <variable name="FCM_VERSION" value="16.0.0" />
</plugin>

` I'm using Phone Gap Build, and got this:

ppetree commented 5 years ago

Using 2.2.3 and depending on the build platform, I'm getting all kinds of errors. From the app building on PGB but getting an AUTHENTICATION_FAILED error to the app simply not building with all sorts of gradle errors.

This happens with 8.1.1 and 9.0.0 with PGB and one other service.

  <plugin name="phonegap-plugin-push" spec="2.2.3">
    <variable name="SENDER_ID" value="xxxxxxxxxxxx" />
    <variable name="FCM_VERSION" value="17.0.0" />
  </plugin>