Revert "feat: Try out new firebase"

This reverts commit 41a471e495
This commit is contained in:
Christian Pauly
2020-12-06 19:27:33 +00:00
parent 41a471e495
commit bd2474ffd2
3 changed files with 6 additions and 12 deletions

View File

@ -28,7 +28,7 @@ abstract class FirebaseController {
static const String CHANNEL_ID = 'fluffychat_push';
static const String CHANNEL_NAME = 'FluffyChat push channel';
static const String CHANNEL_DESCRIPTION = 'Push notifications for FluffyChat';
static const String APP_ID = 'chat.fluffy.fluffychat.experimental';
static const String APP_ID = 'chat.fluffy.fluffychat';
static const String GATEWAY_URL = 'https://janian.de:7023/';
static const String PUSHER_FORMAT = 'event_id_only';