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'
}