Bobbykart
Bobbykart
had the same issue but i solved it. After you install NPM and stuff, check if your package.json, firebase.json and index.js were overwritten and change it back by editing it...
FirebaseInstanceIdService is deprecated which you need to update manually to make it work. 1. In `.notifications.ChatFirebaseMessagingService` you need to copy the `onTokenChange` from `instanceid.service.SaveFirebaseInstanceIdService`. Then you can delete SaveFirebaseInstanceIdService.class. 2....
Wrong. There is no database field called attributes.sendnotification and is not even mentioned in the `sendNotification` function. There is only forcenotification and only this field is asked in a if-statement...
Yes but the forcenotification isn't set to false in the code. Therefore the system messages, which were true in one node, are copied as true and bypass the if-statement in...