diff --git a/lib/utils/firebase_controller.dart b/lib/utils/firebase_controller.dart index 21276a62..62cb978d 100644 --- a/lib/utils/firebase_controller.dart +++ b/lib/utils/firebase_controller.dart @@ -74,7 +74,7 @@ abstract class FirebaseController { if (currentPushers.isNotEmpty) { for (final currentPusher in currentPushers) { currentPusher.pushkey = token; - currentPusher.kind = 'null'; + currentPusher.kind = null; await client.setPusher( currentPusher, append: true,