Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Android/firebase_dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ project.afterEvaluate {

// Add the bill-of-materials
project.dependencies {
implementation platform('com.google.firebase:firebase-bom:31.2.3')
implementation platform('com.google.firebase:firebase-bom:31.3.0')
}
for (String lib : firebaseCpp.dependencies.libSet) {
// Generate and include the proguard file
Expand Down
2 changes: 1 addition & 1 deletion admob/admob_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:31.2.3')
implementation platform('com.google.firebase:firebase-bom:31.3.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-ads:19.8.0'
}
Expand Down
2 changes: 1 addition & 1 deletion admob/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '11.0'
use_frameworks! :linkage => :static

target 'integration_test' do
pod 'Firebase/Analytics', '10.6.0'
pod 'Firebase/Analytics', '10.7.0'
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk3'
end

Expand Down
4 changes: 2 additions & 2 deletions analytics/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '11.0'
pod 'Firebase/Analytics', '10.6.0'
pod 'Firebase/Analytics', '10.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Analytics', '10.6.0'
pod 'Firebase/Analytics', '10.7.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion analytics/ios_headers/FIREventNames.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2023 Google LLC

// Copied from Firebase Analytics iOS SDK 10.6.0.
// Copied from Firebase Analytics iOS SDK 10.7.0.

/// @file FIREventNames.h
///
Expand Down
2 changes: 1 addition & 1 deletion analytics/ios_headers/FIRParameterNames.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2023 Google LLC

// Copied from Firebase Analytics iOS SDK 10.6.0.
// Copied from Firebase Analytics iOS SDK 10.7.0.

/// @file FIRParameterNames.h
///
Expand Down
2 changes: 1 addition & 1 deletion analytics/ios_headers/FIRUserPropertyNames.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2023 Google LLC

// Copied from Firebase Analytics iOS SDK 10.6.0.
// Copied from Firebase Analytics iOS SDK 10.7.0.

/// @file FIRUserPropertyNames.h
///
Expand Down
2 changes: 1 addition & 1 deletion app/app_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:31.2.3')
implementation platform('com.google.firebase:firebase-bom:31.3.0')
implementation 'com.google.firebase:firebase-analytics'
}

Expand Down
2 changes: 1 addition & 1 deletion app/google_api_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:31.2.3')
implementation platform('com.google.firebase:firebase-bom:31.3.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.android.gms:play-services-base:18.2.0'
implementation project(':app:app_resources')
Expand Down
2 changes: 1 addition & 1 deletion app/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '11.0'
use_frameworks! :linkage => :static

target 'integration_test' do
pod 'Firebase/Analytics', '10.6.0'
pod 'Firebase/Analytics', '10.7.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion app/invites_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:31.2.3')
implementation platform('com.google.firebase:firebase-bom:31.3.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-dynamic-links'
implementation project(':app:app_resources')
Expand Down
2 changes: 1 addition & 1 deletion app_check/app_check_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:31.2.3')
implementation platform('com.google.firebase:firebase-bom:31.3.0')
implementation 'com.google.firebase:firebase-appcheck'
}

Expand Down
24 changes: 12 additions & 12 deletions app_check/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '11.0'
pod 'Firebase/AppCheck', '10.6.0'
pod 'Firebase/Database', '10.6.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Storage', '10.6.0'
pod 'Firebase/Functions', '10.6.0'
pod 'Firebase/Firestore', '10.6.0'
pod 'Firebase/AppCheck', '10.7.0'
pod 'Firebase/Database', '10.7.0'
pod 'Firebase/Auth', '10.7.0'
pod 'Firebase/Storage', '10.7.0'
pod 'Firebase/Functions', '10.7.0'
pod 'Firebase/Firestore', '10.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/AppCheck', '10.6.0'
pod 'Firebase/Database', '10.6.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Storage', '10.6.0'
pod 'Firebase/Functions', '10.6.0'
pod 'Firebase/Firestore', '10.6.0'
pod 'Firebase/AppCheck', '10.7.0'
pod 'Firebase/Database', '10.7.0'
pod 'Firebase/Auth', '10.7.0'
pod 'Firebase/Storage', '10.7.0'
pod 'Firebase/Functions', '10.7.0'
pod 'Firebase/Firestore', '10.7.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion auth/auth_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:31.2.3')
implementation platform('com.google.firebase:firebase-bom:31.3.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-auth'
implementation project(':app:app_resources')
Expand Down
4 changes: 2 additions & 2 deletions auth/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '11.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Auth', '10.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Auth', '10.7.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/firestore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endif()

# If the format of the line below changes, then be sure to update
# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
set(version CocoaPods-10.6.0)
set(version CocoaPods-10.7.0)

function(GetReleasedDep)
message("Getting released firebase-ios-sdk @ ${version}")
Expand Down
6 changes: 3 additions & 3 deletions cpp_sdk_version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"released": "10.6.0",
"stable": "10.6.0",
"head": "10.6.0"
"released": "10.7.0",
"stable": "10.7.0",
"head": "10.7.0"
}
2 changes: 1 addition & 1 deletion database/database_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:31.2.3')
implementation platform('com.google.firebase:firebase-bom:31.3.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-database'
//implementation project(':app:app_resources')
Expand Down
8 changes: 4 additions & 4 deletions database/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '11.0'
pod 'Firebase/Database', '10.6.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Database', '10.7.0'
pod 'Firebase/Auth', '10.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Database', '10.6.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Database', '10.7.0'
pod 'Firebase/Auth', '10.7.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion dynamic_links/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '11.0'
use_frameworks! :linkage => :static

target 'integration_test' do
pod 'Firebase/DynamicLinks', '10.6.0'
pod 'Firebase/DynamicLinks', '10.7.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion firestore/firestore_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:31.2.3')
implementation platform('com.google.firebase:firebase-bom:31.3.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-firestore'
}
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '11.0'
pod 'Firebase/Firestore', '10.6.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Firestore', '10.7.0'
pod 'Firebase/Auth', '10.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Firestore', '10.6.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Firestore', '10.7.0'
pod 'Firebase/Auth', '10.7.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test_internal/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '11.0'
pod 'Firebase/Firestore', '10.6.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Firestore', '10.7.0'
pod 'Firebase/Auth', '10.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Firestore', '10.6.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Firestore', '10.7.0'
pod 'Firebase/Auth', '10.7.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions functions/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '11.0'
pod 'Firebase/Functions', '10.6.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Functions', '10.7.0'
pod 'Firebase/Auth', '10.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Functions', '10.6.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Functions', '10.7.0'
pod 'Firebase/Auth', '10.7.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion gma/gma_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:31.2.3')
implementation platform('com.google.firebase:firebase-bom:31.3.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.android.gms:play-services-ads:21.5.0'
}
Expand Down
4 changes: 2 additions & 2 deletions gma/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ platform :ios, '11.0'
use_frameworks! :linkage => :static

target 'integration_test' do
pod 'Firebase/Analytics', '10.6.0'
pod 'Google-Mobile-Ads-SDK', '10.2.0'
pod 'Firebase/Analytics', '10.7.0'
pod 'Google-Mobile-Ads-SDK', '10.3.0'
end

post_install do |installer|
Expand Down
4 changes: 2 additions & 2 deletions installations/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ platform :ios, '11.0'
use_frameworks! :linkage => :static

target 'integration_test' do
pod 'Firebase/Analytics', '10.6.0'
pod 'Firebase/Installations', '10.6.0'
pod 'Firebase/Analytics', '10.7.0'
pod 'Firebase/Installations', '10.7.0'
end

post_install do |installer|
Expand Down
28 changes: 14 additions & 14 deletions ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ platform :ios, '11.0'
use_frameworks!

target 'GetPods' do
pod 'Firebase/Core', '10.6.0'
pod 'Firebase/Core', '10.7.0'

pod 'Google-Mobile-Ads-SDK', '10.2.0'
pod 'Firebase/Analytics', '10.6.0'
pod 'Firebase/AppCheck', '10.6.0'
pod 'Firebase/Auth', '10.6.0'
pod 'Firebase/Crashlytics', '10.6.0'
pod 'Firebase/Database', '10.6.0'
pod 'Firebase/DynamicLinks', '10.6.0'
pod 'Firebase/Firestore', '10.6.0'
pod 'Firebase/Functions', '10.6.0'
pod 'Firebase/Installations', '10.6.0'
pod 'Firebase/Messaging', '10.6.0'
pod 'Firebase/RemoteConfig', '10.6.0'
pod 'Firebase/Storage', '10.6.0'
pod 'Google-Mobile-Ads-SDK', '10.3.0'
pod 'Firebase/Analytics', '10.7.0'
pod 'Firebase/AppCheck', '10.7.0'
pod 'Firebase/Auth', '10.7.0'
pod 'Firebase/Crashlytics', '10.7.0'
pod 'Firebase/Database', '10.7.0'
pod 'Firebase/DynamicLinks', '10.7.0'
pod 'Firebase/Firestore', '10.7.0'
pod 'Firebase/Functions', '10.7.0'
pod 'Firebase/Installations', '10.7.0'
pod 'Firebase/Messaging', '10.7.0'
pod 'Firebase/RemoteConfig', '10.7.0'
pod 'Firebase/Storage', '10.7.0'

end
2 changes: 1 addition & 1 deletion ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 Google LLC
// Copied from Firebase iOS SDK 10.6.0.
// Copied from Firebase iOS SDK 10.7.0.

// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
// clang-1316.0.20.8)
Expand Down
2 changes: 1 addition & 1 deletion ios_pod/swift_headers/FirebaseCoreInternal-Swift.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 Google LLC
// Copied from Firebase iOS SDK 10.6.0.
// Copied from Firebase iOS SDK 10.7.0.

// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
#ifndef FIREBASECOREINTERNAL_SWIFT_H
Expand Down
2 changes: 1 addition & 1 deletion ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 Google LLC
// Copied from Firebase iOS SDK 10.6.0.
// Copied from Firebase iOS SDK 10.7.0.

// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
// clang-1316.0.20.8)
Expand Down
2 changes: 1 addition & 1 deletion ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 Google LLC
// Copied from Firebase iOS SDK 10.6.0.
// Copied from Firebase iOS SDK 10.7.0.

// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
// clang-1316.0.20.8)
Expand Down
2 changes: 1 addition & 1 deletion ios_pod/swift_headers/FirebaseFunctions-Swift.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 Google LLC
// Copied from Firebase iOS SDK 10.6.0.
// Copied from Firebase iOS SDK 10.7.0.

// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
#ifndef FIREBASEFUNCTIONS_SWIFT_H
Expand Down
2 changes: 1 addition & 1 deletion ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 Google LLC
// Copied from Firebase iOS SDK 10.6.0.
// Copied from Firebase iOS SDK 10.7.0.

// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
// clang-1316.0.20.8)
Expand Down
Loading