Android Push Setup

Wondering how to properly set up push for Android using parse-server 7.0
According to documentation on setting up Push the following should be added for Android

android: {
      apiKey: '...'
    },

which is not consistent with what’s explained on the push-adapter repo

android: {
  firebaseServiceAccount: __dirname + '/firebase.json'
}

The push adapter README should have the lastest info on that matter, depending on the version of adapter you’re using.

After updating the server it started working!