Skip to content

Commit c870ef2

Browse files
author
cynthiajiang
committed
Integrate Latest @ 271954739
Update samples to 6.6.0
1 parent 80f5b39 commit c870ef2

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

admob/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# AdMob test application.
44
target 'testapp' do
5-
pod 'Firebase/AdMob', '6.6.0'
5+
pod 'Firebase/AdMob', '6.9.0'
66
end

analytics/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Analytics test application.
44
target 'testapp' do
5-
pod 'Firebase/Analytics', '6.6.0'
5+
pod 'Firebase/Analytics', '6.9.0'
66
end

auth/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Auth test application.
44
target 'testapp' do
5-
pod 'Firebase/Auth', '6.6.0'
5+
pod 'Firebase/Auth', '6.9.0'
66
end

database/testapp/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Firebase Realtime Database test application.
44
target 'testapp' do
5-
pod 'Firebase/Database', '6.6.0'
6-
pod 'Firebase/Auth', '6.6.0'
5+
pod 'Firebase/Database', '6.9.0'
6+
pod 'Firebase/Auth', '6.9.0'
77
end

dynamic_links/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Dynamic Links test application.
44
target 'testapp' do
5-
pod 'Firebase/DynamicLinks', '6.6.0'
5+
pod 'Firebase/DynamicLinks', '6.9.0'
66
end

functions/testapp/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Cloud Functions for Firebase test application.
44
target 'testapp' do
5-
pod 'Firebase/Functions', '6.6.0'
6-
pod 'Firebase/Auth', '6.6.0'
5+
pod 'Firebase/Functions', '6.9.0'
6+
pod 'Firebase/Auth', '6.9.0'
77
end

messaging/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# FCM test application.
44
target 'testapp' do
5-
pod 'Firebase/Messaging', '6.6.0'
5+
pod 'Firebase/Messaging', '6.9.0'
66
end

remote_config/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Firebase Remote Config test application.
44
target 'testapp' do
5-
pod 'Firebase/RemoteConfig', '6.6.0'
5+
pod 'Firebase/RemoteConfig', '6.9.0'
66
end

storage/testapp/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Cloud Storage for Firebase test application.
44
target 'testapp' do
5-
pod 'Firebase/Storage', '6.6.0'
6-
pod 'Firebase/Auth', '6.6.0'
5+
pod 'Firebase/Storage', '6.9.0'
6+
pod 'Firebase/Auth', '6.9.0'
77
end

storage/testapp/src/common_main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ extern "C" int common_main(int argc, const char* argv[]) {
162162
"culpa qui officia deserunt mollit anim id est laborum.";
163163
{
164164
LogMessage("Write a sample file.");
165-
std::string custom_metadata_key = "special/key";
165+
std::string custom_metadata_key = "specialkey";
166166
std::string custom_metadata_value = "secret value";
167167
firebase::storage::Metadata metadata;
168168
metadata.set_content_type("test/plain");

0 commit comments

Comments
 (0)