aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-20 14:13:17 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-25 08:34:10 -0700
commita19773b9f3bd37aee6866846c38a2e0559ffb9d0 (patch)
tree564fdc82cfb25a8db3f2a61b87915bc1e470d1c9 /scripts
parent4f754ba72e084632c789d1a43cca86e47f15a859 (diff)
pod lib lint status (#1160)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/push-pods.sh12
1 files changed, 11 insertions, 1 deletions
diff --git a/scripts/push-pods.sh b/scripts/push-pods.sh
index f40957b..39ce4ea 100755
--- a/scripts/push-pods.sh
+++ b/scripts/push-pods.sh
@@ -27,4 +27,14 @@ pod repo push io2018 FirebaseDatabase.podspec --allow-warnings
pod repo push io2018 FirebaseFirestore.podspec --allow-warnings
pod repo push io2018 FirebaseFunctions.podspec
pod repo push io2018 FirebaseMessaging.podspec
-pod repo push io2018 FirebaseStorage.podspec --allow-warnings
+pod repo push io2018 FirebaseStorage.podspec
+
+# FirebaseAuth warnings
+# https://github.com/firebase/firebase-ios-sdk/pull/1159
+# https://github.com/google/google-toolbox-for-mac/issues/162
+
+# FirebaseDatabase warnings
+# https://github.com/firebase/firebase-ios-sdk/pull/1155
+
+# FirebaseFirestore warning (no plan to fix)
+# https://github.com/firebase/firebase-ios-sdk/issues/1143