use a 0 string for badge count

This commit is contained in:
Hailey
2024-06-11 09:25:53 -07:00
parent 84e83e69f3
commit efac398618
@@ -37,6 +37,6 @@ class BackgroundNotificationHandler(
}
// TODO - Remove this once we have more backend capability
remoteMessage.data["badge"] = null
remoteMessage.data["badge"] = "0"
}
}