From fa3f873bc447f57e51da04f4e1ed20047cb7a38b Mon Sep 17 00:00:00 2001 From: Jamie Hohman Date: Thu, 10 Jan 2019 15:20:38 -0600 Subject: [PATCH 1/4] BV-1109 Trying to go to the newest version of the Firebase Messaging pod. --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index a563f3253..76f28bdba 100755 --- a/plugin.xml +++ b/plugin.xml @@ -82,7 +82,7 @@ - + From 12a61fad804405a4937077639b9a51db75ba7ac9 Mon Sep 17 00:00:00 2001 From: Jamie Hohman Date: Thu, 10 Jan 2019 15:33:38 -0600 Subject: [PATCH 2/4] BV-1109 Try specific older version of messaging pod. --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 76f28bdba..4c3cce1e0 100755 --- a/plugin.xml +++ b/plugin.xml @@ -82,7 +82,7 @@ - + From eec8cd42922e815f3b7d133b67ba72cc370fd84c Mon Sep 17 00:00:00 2001 From: Jamie Hohman Date: Fri, 11 Jan 2019 11:25:01 -0600 Subject: [PATCH 3/4] BV-1109 Tweaked FCM version. --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 4c3cce1e0..2009b9b14 100755 --- a/plugin.xml +++ b/plugin.xml @@ -39,7 +39,7 @@ - + From 21ef7e5aa536352b52a4d424d493228abe6d855e Mon Sep 17 00:00:00 2001 From: Jamie Hohman Date: Fri, 11 Jan 2019 16:32:09 -0600 Subject: [PATCH 4/4] BV-1109 Tweak setup to use newest version of FCM for CocoaPods. --- plugin.xml | 2 +- src/ios/PushPlugin.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.xml b/plugin.xml index 2009b9b14..4cdc783d3 100755 --- a/plugin.xml +++ b/plugin.xml @@ -82,7 +82,7 @@ - + diff --git a/src/ios/PushPlugin.m b/src/ios/PushPlugin.m index 0290c8ecc..a51231891 100644 --- a/src/ios/PushPlugin.m +++ b/src/ios/PushPlugin.m @@ -29,7 +29,7 @@ #import "PushPlugin.h" #import "AppDelegate+notification.h" @import FirebaseInstanceID; -@import FirebaseMessaging; +@import Firebase; @import FirebaseAnalytics; @implementation PushPlugin : CDVPlugin