RHB
  1. RHB

firebase-ios-sdk

Public
AuthorCommitMessageCommit dateIssues
Majd TabyGitHubMajd Taby
ec64786b0d8Use correct preprocessor macro for Mac Catalyst (#7812)This was introduced in #7719 to fix a warning that was generated when using Remote Config on Catalyst, however, the PR was not using the correct preprocessor macro for Mac Catalyst, as defined in TargetConditionals.h Co-authored-by: Majd Taby <majd@darkroom.co>
Morgan McDowellGitHubMorgan McDowell
eaa97fad488Analytics 7.10.0 (#7810)
Paul BeusterienGitHubPaul Beusterien
a7ada99447dNightly zip should use SpecsDev (#7807)
Paul BeusterienGitHubPaul Beusterien
d9961ec8fcbFix Segmentation sample nightly testing failure (#7806)
Paul BeusterienGitHubPaul Beusterien
4d0e83f26b2Fix nightly CocoaPods integration tests (#7808)
Sam EdsonGitHubSam Edson
2f09fb981c2Re-add upload-symbols warning for invalid dSYMs (#7801)
Konstantin VarlamovGitHubKonstantin Varlamov
41020e6d780Bump the nanopb version to 0.3.9.8 (#7789)Co-authored-by: Paul Beusterien <paulbeusterien@google.com>
Yakov ManshinGitHubYakov Manshin
aa05e91a108[#7791] Removed Duplicate Code in IAM (#7792)* Removed `FIRIAMRenderingWindowHelper`’s `UIWindowForImageOnlyView` method whose body was identical to `UIWindowForModalView`’s * Renamed `UIWindowForModalView` to `windowForBlockingView` and `UIWindowForBannerView` to `windowForNonBlockingView`, respectively, to clarify their purpose
elenadotyGitHubelenadoty
245bbaea7f4Document how to initialize Crashlytics with Xcode debugger attached (#7799)
wu-huiGitHubwu-hui
9f36662ee8bDelete an unwanted include (#7786)
GranGitHubGran
881518c82aaUpdate release test to generate testing repo with Cocoapods tags. (#7769)* Update release workflow to generate an RC. * Update pod source.
Paul BeusterienGitHubPaul Beusterien
ab1374fe1b3Merge 7.9.1 to master (#7781)
Maksym MalyhinGitHubMaksym Malyhin
67d52ac0373Merging the 7.9.0 (#7775)* Update versions for Release 7.9.0 * Fix pod lib lint for watchOS + add CI test (#7740) * Fix pod lib lint for watchOS * Add watchOS build test. * Code review feedback * Typo and formatting * Typo and formatting * fix typo * Add missing test util files to tests targets Co-authored-by: Maksym Malyhin <mmaksym@google.com> * Resolve new SPM package install warning (#7741) * Cherry pick...
christibbsGitHubchristibbs
7fb172b95b3Add FirebaseInAppMessagingSwift to release tooling (#7768)
Sam EdsonGitHubSam Edson
ecb806bd96eRevert "Add a warning to upload-symbols when it detects an invalid dSYM (#7705)" (#7761)This reverts commit a3eb3b53478024c22dbcf13e3a57b8fc0b2f6d70.
Allen VicencioGitHubAllen Vicencio
7829d004eb9Analytics 7.9.0 RC2 (#7757)
karenyzGitHubkarenyz
6e11684c2adThrow exception when projectID is missing from FIROptions (#7725)
Nick CookeGitHubNick Cooke
3c60d81581fImport Firebase Swift APIs into FirebasePodTest source.(#7756)
Paul BeusterienGitHubPaul Beusterien
721a7de3bd5Fix recently introduced build warning (#7745)
Allen VicencioGitHubAllen Vicencio
d7652c94bc8Analytics 7.9.0 RC1 fix (#7750)
Paul BeusterienGitHubPaul Beusterien
4f4353734faMove cron jobs later (#7747)
Paul BeusterienGitHubPaul Beusterien
04849754ae3Add missing pods to Pod Test (#7746)
Paul BeusterienGitHubPaul Beusterien
5ed1003d84dConsistent podspec minimum version management (#7748)
Allen VicencioGitHubAllen Vicencio
675c5d57262Analytics 7.9.0 RC1 (#7749)
Paul BeusterienGitHubPaul Beusterien
2c4e855eb30Fix SPM Catalyst test (#7744)
Maksym MalyhinGitHubMaksym Malyhin
b752c4a7301Merge release 7.9.0 (#7742)* Update versions for Release 7.9.0 * Fix pod lib lint for watchOS + add CI test (#7740) * Fix pod lib lint for watchOS * Add watchOS build test. * Code review feedback * Typo and formatting * Typo and formatting * fix typo * Add missing test util files to tests targets Co-authored-by: Maksym Malyhin <mmaksym@google.com> * Resolve new SPM package install warning (#7741) Co-authored-b...
Ryan WilsonGitHubRyan Wilson
811d4a9e801Fix pod lib lint for watchOS + add CI test (#7740)* Fix pod lib lint for watchOS * Add watchOS build test. * Code review feedback * Typo and formatting * Typo and formatting * fix typo * Add missing test util files to tests targets Co-authored-by: Maksym Malyhin <mmaksym@google.com>
Paul BeusterienGitHubPaul Beusterien
53a36d6e01fResolve new SPM package install warning (#7741)
Paul BeusterienGitHubPaul Beusterien
a68e264456fFix FIAM Swift podcast (#7737)
Paul BeusterienGitHubPaul Beusterien
0454ed7c759Add missing new header to Firestore podspec (#7735)
wu-huiGitHubwu-hui
7a38b35e390Bundles Fix: OrderBy should be optional, not required (#7733)* OrderBy should be optional, not required * String format
Allen VicencioGitHubAllen Vicencio
b926297de94Analytics 7.9.0 (#7728)
GranGitHubGran
4a1f69854aeAdd test_spec parameters for podspecs with different test_spec name. (#7731)* Add test_spec parameters for podspecs with different test_spec name.
christibbsGitHubchristibbs
e22c7a7b44fDisplay custom FIAMs with SwiftUI (#7496)* Revert to previous nil check on experiment JSON * Add Swift extensions podspec * Add viewmodifier for displaying custom in-app messages w/ SwiftUI * Add Multiplatform project to integration test SwiftUI pod * We don't support macOS yet, comment that out from the Podfile * Fix variable renaming bug * View modifier implementation that works, but design is questionable * Super basic integ...
Paul BeusterienGitHubPaul Beusterien
a80e30f0411Enable Analytics patch updates with Firebase pod update (#7729)
wu-huiGitHubwu-hui
fbdca9590a0Release Firestore bundles (#7717)* Introduce new bundle.proto (#7283) * Create leveldb "table"s for bundles (#7303) * Add bundle cache (#7320) * Bundle json parsing (#7356) * BundleSerializer complete. (#7454) * Bundles LocalStore change (#7466) * Implement bundle reader to parse a bundle inputstream (#7527) * Implement BundleLoader (#7536) * Add public API for bundles and integration tests (#7621) * Json parser as a...
Ryan WilsonGitHubRyan Wilson
e6bb4d8e00dUpdates to release tooling for M92. (#7730)Add FirebaseAnalyticsSwift to release manifest, add in commented out version of DatabaseSwift to be added once API review passes.
Ryan WilsonGitHubRyan Wilson
18ae99872c8Hide DatabaseSwift for M92. (#7727)* Hide DatabaseSwift for M92. This still needs to go through API review before being published. * Fix TODO indentation * Spelling
Ryan WilsonGitHubRyan Wilson
8213c13f1b8Firebase Analytics M91.1 update (#7710) (#7721)* Firebase Analytics M91.1 update. * Update SwiftPM for M91.1 * Update Firebase podspec for M91.1
GranGitHubGran
1f2f5f617e6Update release/prerelease workflows. (#7703)The release workflow will run from the latest release branch of the SDK repo. The prerelease workflow will run from the head of the master branch. Pods tested in release workflow will source from SpecsTesting repo SpecsStaging repo cdn Pods tested in prerelease workflow will source from SpecsReleasing repo SpecsDev SpecsStaging repo cdn
Paul BeusterienGitHubPaul Beusterien
79645640c26Don't generate missing Analytics warning on Catalyst (#7719)
Morten Bek DitlevsenGitHubMorten Bek Ditlevsen
0175b86cb52Swift extension for RTDB (#6568)* Added pristine version of JSONEncoder.swift to the project * Renamed JSONEncoder and JSONDecoder and namespaced them under Database. Skip JSONSerialization steps of encoding and decoding * Added convenience decoding to DataSnapshot and encoding to DatabaseReference * Convert to 2 space indentation * Added ServerTimestamp - modelled on Firestore ditto * Added a ServerIncrement enum/proper...
Ryan WilsonGitHubRyan Wilson
70486261735Undo commenting. (#7708)This should have been reverted in a previous PR.
Ryan WilsonGitHubRyan Wilson
f60577f781cwatchOS support for RTDB (#7656)* Initial attempt for watchOS Database support * watchOS Package manifest changes for SwiftPM testing. * Fix iOS compilation * Further iOS changes * Further watchOS changes * Reverted !WATCHOS && 0 change, fixed SharedTestUtils * Proper logging, using positive if statements * Properly handle lifecycle changes on watchOS sockets. Also only log errors if we haven't closed things intention...
Sam EdsonGitHubSam Edson
a3eb3b53478Add a warning to upload-symbols when it detects an invalid dSYM (#7705)
Ryan WilsonGitHubRyan Wilson
58eca9695d6Enable RC for watchOS in SwiftPM (#7696)
Ryan WilsonGitHubRyan Wilson
aea5b5826beM91 Carthage Update.(#7688)
Ryan WilsonGitHubRyan Wilson
b54c6531dc6FirebaseAnalytics SwiftUI API for `screen_view` (#7562)* FirebaseAnalytics SwiftUI API for `screen_view` This is a new FirebaseAnalyticsSwift SDK that adds native Swift extensions for FirebaseAnalytics, starting with a SwiftUI screen view function. * Formatting * CHANGELOG updates. * whitespace removal * Add podspec. * Add missing wrapper files. * Update copyright dates. * Update default class name. * Update versions and fix dependency nam...
Paul BeusterienGitHubPaul Beusterien
2a5f5557e01Firebase/Crashlytics supports iOS 9 (#7681)
Paul BeusterienGitHubPaul Beusterien
883a12a2157Add missing GDT dep to MLDownloader (#7675)