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_ID = 'fluffychat_push';
static const String CHANNEL_NAME = 'FluffyChat push channel'; static const String CHANNEL_NAME = 'FluffyChat push channel';
static const String CHANNEL_DESCRIPTION = 'Push notifications for FluffyChat'; 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 GATEWAY_URL = 'https://janian.de:7023/';
static const String PUSHER_FORMAT = 'event_id_only'; static const String PUSHER_FORMAT = 'event_id_only';

View File

@ -286,12 +286,10 @@ packages:
firebase_messaging: firebase_messaging:
dependency: "direct main" dependency: "direct main"
description: description:
path: "packages/firebase_messaging" name: firebase_messaging
ref: master url: "https://pub.dartlang.org"
resolved-ref: f60943a60a6a09b5afce2b7dfe04a8c094037a32 source: hosted
url: "git@gitlab.com:famedly/libraries/flutterfire.git" version: "7.0.3"
source: git
version: "7.0.2"
flushbar: flushbar:
dependency: "direct main" dependency: "direct main"
description: description:

View File

@ -20,11 +20,7 @@ dependencies:
image_picker: ^0.6.7+14 image_picker: ^0.6.7+14
url_launcher: ^5.7.10 url_launcher: ^5.7.10
cached_network_image: ^2.3.3 cached_network_image: ^2.3.3
firebase_messaging: firebase_messaging: ^7.0.3
git:
url: git@gitlab.com:famedly/libraries/flutterfire.git
path: packages/firebase_messaging
ref: master
flutter_local_notifications: ^3.0.1+6 flutter_local_notifications: ^3.0.1+6
# desktop_notifications: ^0.0.0-dev.4 // Currently blocked by: https://github.com/canonical/desktop_notifications.dart/issues/5 # desktop_notifications: ^0.0.0-dev.4 // Currently blocked by: https://github.com/canonical/desktop_notifications.dart/issues/5
matrix_link_text: ^0.3.2 matrix_link_text: ^0.3.2