Skip to content

Restore pod Firebase/Firestore for tvOS #15127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2025
Merged
Show file tree
Hide file tree
Changes from all 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 Firebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
ss.dependency 'FirebaseFirestore', '~> 12.1.0'
ss.ios.deployment_target = '15.0'
ss.osx.deployment_target = '10.15'
ss.ios.deployment_target = '15.0'
ss.tvos.deployment_target = '15.0'
end

s.subspec 'Functions' do |ss|
Expand Down
3 changes: 3 additions & 0 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- [fixed] Fixed accidental removal of `pod "Firebase/Firestore"` for tvOS in 12.0.0.

# 11.12.0
- [fixed] Fixed the `null` value handling in `isNotEqualTo` and `notIn` filters.

Expand Down
Loading