VancedManager icon indicating copy to clipboard operation
VancedManager copied to clipboard

Improve Firebase notification

Open KevinX8 opened this issue 4 years ago • 0 comments

Segment users into groups of around 20 for now. notification channel key will be "details" with value:

{
   versioncode: XXXXXXXXX, //used to check if the update is already installed
   groupcode: {number between 1 and 20) //used to segment users to avoid mass server downloads
}

KevinX8 avatar Jun 14 '21 19:06 KevinX8