diff --git a/admob/integration_test/Podfile b/admob/integration_test/Podfile index dd7c7dbdcb..97b4f30ba1 100644 --- a/admob/integration_test/Podfile +++ b/admob/integration_test/Podfile @@ -3,7 +3,7 @@ platform :ios, '10.0' # Firebase AdMob test application. target 'integration_test' do - pod 'Firebase/Analytics', '8.9.1' + pod 'Firebase/Analytics', '8.10.0' pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk' end diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile index f20470cf19..f94cbf93b2 100644 --- a/analytics/integration_test/Podfile +++ b/analytics/integration_test/Podfile @@ -5,12 +5,12 @@ platform :ios, '10.0' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Analytics', '8.9.1' + pod 'Firebase/Analytics', '8.10.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Analytics', '8.9.1' + pod 'Firebase/Analytics', '8.10.0' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index f7984ca777..1ee46f94e9 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,19 +1,6 @@ -// Copyright 2018 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// These headers are copied from the public Firebase Analytics iOS Headers -// and are used to generate appropriate C++ Header. +// Copyright 2021 Google LLC + +// Copied from Firebase Analytics iOS SDK 8.10.0. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index 6047f5684a..656592bad6 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,19 +1,6 @@ -// Copyright 2018 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// These headers are copied from the public Firebase Analytics iOS Headers -// and are used to generate appropriate C++ Header. +// Copyright 2021 Google LLC + +// Copied from Firebase Analytics iOS SDK 8.10.0. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index b00ff72a35..1573d323e6 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,19 +1,6 @@ -// Copyright 2018 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2021 Google LLC -// These headers are copied from the public Firebase Analytics iOS Headers -// and are used to generate appropriate C++ Header. +// Copied from Firebase Analytics iOS SDK 8.10.0. /// @file FIRUserPropertyNames.h /// diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index 98bf026181..9516eaa1e5 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' # Firebase App test application. target 'integration_test' do - pod 'Firebase/Analytics', '8.9.1' + pod 'Firebase/Analytics', '8.10.0' end post_install do |installer| diff --git a/auth/integration_test/Podfile b/auth/integration_test/Podfile index c9edd7e731..646249fb32 100644 --- a/auth/integration_test/Podfile +++ b/auth/integration_test/Podfile @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Auth', '8.10.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Auth', '8.10.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index 93c028a4c6..c8c79277cd 100644 --- a/cmake/external/firestore.cmake +++ b/cmake/external/firestore.cmake @@ -18,7 +18,7 @@ if(TARGET firestore) return() endif() -set(version CocoaPods-8.9.1) +set(version CocoaPods-8.10.0) ExternalProject_Add( firestore diff --git a/database/integration_test/Podfile b/database/integration_test/Podfile index 537250365e..7672648950 100644 --- a/database/integration_test/Podfile +++ b/database/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Database', '8.9.1' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Database', '8.10.0' + pod 'Firebase/Auth', '8.10.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Database', '8.9.1' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Database', '8.10.0' + pod 'Firebase/Auth', '8.10.0' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index cf816a15ba..bd4fa91270 100644 --- a/dynamic_links/integration_test/Podfile +++ b/dynamic_links/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' # Firebase Dynamic Links test application. target 'integration_test' do - pod 'Firebase/DynamicLinks', '8.9.1' + pod 'Firebase/DynamicLinks', '8.10.0' end post_install do |installer| diff --git a/firestore/integration_test/Podfile b/firestore/integration_test/Podfile index 8f6c480069..a5b5157c59 100644 --- a/firestore/integration_test/Podfile +++ b/firestore/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Firestore', '8.9.1' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Firestore', '8.10.0' + pod 'Firebase/Auth', '8.10.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '8.9.1' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Firestore', '8.10.0' + pod 'Firebase/Auth', '8.10.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index a3ae5900ab..58aa86499b 100644 --- a/firestore/integration_test_internal/Podfile +++ b/firestore/integration_test_internal/Podfile @@ -4,14 +4,14 @@ platform :ios, '10.0' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Firestore', '8.9.1' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Firestore', '8.10.0' + pod 'Firebase/Auth', '8.10.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '8.9.1' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Firestore', '8.10.0' + pod 'Firebase/Auth', '8.10.0' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index 66c869036f..978b196c7c 100644 --- a/functions/integration_test/Podfile +++ b/functions/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Functions', '8.9.1' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Functions', '8.10.0' + pod 'Firebase/Auth', '8.10.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Functions', '8.9.1' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Functions', '8.10.0' + pod 'Firebase/Auth', '8.10.0' end post_install do |installer| diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index c56fc5db83..6c1819626c 100644 --- a/installations/integration_test/Podfile +++ b/installations/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '10.0' # Firebase Installations test application. target 'integration_test' do - pod 'Firebase/Analytics', '8.9.1' - pod 'Firebase/Installations', '8.9.1' + pod 'Firebase/Analytics', '8.10.0' + pod 'Firebase/Installations', '8.10.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index 61709fa908..2132073ed3 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -2,19 +2,19 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0' target 'GetPods' do - pod 'Firebase/Core', '8.9.1' + pod 'Firebase/Core', '8.10.0' pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk' - pod 'Firebase/Analytics', '8.9.1' - pod 'Firebase/Auth', '8.9.1' - pod 'Firebase/Crashlytics', '8.9.1' - pod 'Firebase/Database', '8.9.1' - pod 'Firebase/DynamicLinks', '8.9.1' - pod 'Firebase/Firestore', '8.9.1' - pod 'Firebase/Functions', '8.9.1' - pod 'Firebase/Installations', '8.9.1' - pod 'Firebase/Messaging', '8.9.1' - pod 'Firebase/RemoteConfig', '8.9.1' - pod 'Firebase/Storage', '8.9.1' + pod 'Firebase/Analytics', '8.10.0' + pod 'Firebase/Auth', '8.10.0' + pod 'Firebase/Crashlytics', '8.10.0' + pod 'Firebase/Database', '8.10.0' + pod 'Firebase/DynamicLinks', '8.10.0' + pod 'Firebase/Firestore', '8.10.0' + pod 'Firebase/Functions', '8.10.0' + pod 'Firebase/Installations', '8.10.0' + pod 'Firebase/Messaging', '8.10.0' + pod 'Firebase/RemoteConfig', '8.10.0' + pod 'Firebase/Storage', '8.10.0' end diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index 3215a8b9e5..c4c7cbed79 100644 --- a/messaging/integration_test/Podfile +++ b/messaging/integration_test/Podfile @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Messaging', '8.9.1' + pod 'Firebase/Messaging', '8.10.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Messaging', '8.9.1' + pod 'Firebase/Messaging', '8.10.0' end post_install do |installer| diff --git a/release_build_files/readme.md b/release_build_files/readme.md index cbac27b7b1..60b7ae0213 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -180,46 +180,46 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase AdMob | firebase_admob.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (8.9.1) +| | Firebase/Analytics Cocoapod (8.10.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk) Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (8.9.1) +| | Firebase/Analytics Cocoapod (8.10.0) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (8.9.1) +| | Firebase/Auth Cocoapod (8.10.0) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (8.9.1) +| | Firebase/DynamicLinks Cocoapod (8.10.0) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (8.9.1) -| | Firebase/Auth Cocoapod (8.9.1) +| | Firebase/Firestore Cocoapod (8.10.0) +| | Firebase/Auth Cocoapod (8.10.0) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (8.9.1) -| | Firebase/Auth Cocoapod (8.9.1) +| | Firebase/Functions Cocoapod (8.10.0) +| | Firebase/Auth Cocoapod (8.10.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (8.9.0) +| | FirebaseInstallations Cocoapod (8.10.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (8.9.1) +| | Firebase/Messaging Cocoapod (8.10.0) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (8.9.1) -| | Firebase/Auth Cocoapod (8.9.1) +| | Firebase/Database Cocoapod (8.10.0) +| | Firebase/Auth Cocoapod (8.10.0) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (8.9.1) +| | Firebase/RemoteConfig Cocoapod (8.10.0) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (8.9.1) -| | Firebase/Auth Cocoapod (8.9.1) +| | Firebase/Storage Cocoapod (8.10.0) +| | Firebase/Auth Cocoapod (8.10.0) Important: Each version of the Firebase C++ SDK supports a specific version of the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions @@ -240,46 +240,46 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase AdMob | libfirebase_admob.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (8.9.1) +| | Firebase/Analytics Cocoapod (8.10.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (8.9.1) +| | Firebase/Analytics Cocoapod (8.10.0) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (8.9.1) +| | Firebase/Auth Cocoapod (8.10.0) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (8.9.1) +| | Firebase/DynamicLinks Cocoapod (8.10.0) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (8.9.1) -| | Firebase/Auth Cocoapod (8.9.1) +| | Firebase/Firestore Cocoapod (8.10.0) +| | Firebase/Auth Cocoapod (8.10.0) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (8.9.1) -| | Firebase/Auth Cocoapod (8.9.1) +| | Firebase/Functions Cocoapod (8.10.0) +| | Firebase/Auth Cocoapod (8.10.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (8.9.0) +| | FirebaseInstallations Cocoapod (8.10.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (8.9.1) +| | Firebase/CloudMessaging Cocoapod (8.10.0) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (8.9.1) -| | Firebase/Auth Cocoapod (8.9.1) +| | Firebase/Database Cocoapod (8.10.0) +| | Firebase/Auth Cocoapod (8.10.0) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (8.9.1) +| | Firebase/RemoteConfig Cocoapod (8.10.0) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (8.9.1) -| | Firebase/Auth Cocoapod (8.9.1) +| | Firebase/Storage Cocoapod (8.10.0) +| | Firebase/Auth Cocoapod (8.10.0) Important: Each version of the Firebase C++ SDK supports a specific version of the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions diff --git a/remote_config/integration_test/Podfile b/remote_config/integration_test/Podfile index 56d7d7e0f7..da69fed41a 100644 --- a/remote_config/integration_test/Podfile +++ b/remote_config/integration_test/Podfile @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/RemoteConfig', '8.9.1' + pod 'Firebase/RemoteConfig', '8.10.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/RemoteConfig', '8.9.1' + pod 'Firebase/RemoteConfig', '8.10.0' end post_install do |installer| diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index a2c0c96d6e..692a43764f 100644 --- a/storage/integration_test/Podfile +++ b/storage/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Storage', '8.9.1' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Storage', '8.10.0' + pod 'Firebase/Auth', '8.10.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Storage', '8.9.1' - pod 'Firebase/Auth', '8.9.1' + pod 'Firebase/Storage', '8.10.0' + pod 'Firebase/Auth', '8.10.0' end post_install do |installer|