aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/push-pods.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/push-pods.sh')
-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