fix: no pushers enpdoint

onboarding
Sorunome 5 years ago
parent a074ccd926
commit 68e4562ef4

@ -58,7 +58,7 @@ abstract class FirebaseController {
} }
final pushers = await client.requestPushers().catchError((e) { final pushers = await client.requestPushers().catchError((e) {
debugPrint('[Push] Unable to request pushers: ${e.toString()}'); debugPrint('[Push] Unable to request pushers: ${e.toString()}');
return []; return <Pusher>[];
}); });
final currentPushers = pushers.where((pusher) => pusher.pushkey == token); final currentPushers = pushers.where((pusher) => pusher.pushkey == token);
if (currentPushers.length == 1 && if (currentPushers.length == 1 &&

Loading…
Cancel
Save