Merge pull request #2718 from pangeachat/remove-duplicate-push
Remove firebase setup on login
This commit is contained in:
commit
de9c0edd8f
1 changed files with 0 additions and 2 deletions
|
|
@ -82,8 +82,6 @@ class BackgroundPush {
|
|||
void _init() async {
|
||||
try {
|
||||
// #Pangea
|
||||
onLogin ??=
|
||||
client.onLoginStateChanged.stream.listen(handleLoginStateChanged);
|
||||
FirebaseMessaging.instance.getInitialMessage().then(_onOpenNotification);
|
||||
FirebaseMessaging.onMessageOpenedApp.listen(_onOpenNotification);
|
||||
// Pangea#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue