aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/FIROptions.m
Commit message (Collapse)AuthorAge
* Update versions for Release 5.4.0Gravatar Paul Beusterien2018-06-27
|
* Version updates for Firebase 5.3.0 (#1406)Gravatar Paul Beusterien2018-06-13
|
* Version updates for 5.2.0 (#1355)Gravatar davidair2018-05-30
|
* Bump version numbers for 5.1.0 (#1320)Gravatar Ryan Wilson2018-05-23
| | | | | | | | * Bump version numbers for 5.1.0 * Update push pods script for releasing SDKs. * Fix Core library version string.
* Move library registration to +initialize. (#1305)Gravatar Ryan Wilson2018-05-22
|
* Add conformance to data collection switch for Analytics. (#1296)Gravatar Ryan Wilson2018-05-21
| | | | | | * Add conformance to data collection switch for Analytics. * Fix method documentation per PR comments.
* Version updates for 5.0.1 (#1272)Gravatar Paul Beusterien2018-05-14
|
* Merge pull request #1102 from firebase/release-4.13.0Gravatar Ryan Wilson2018-04-13
|\ | | | | Release 4.13.0
| * Update component versions for 4.12.1Gravatar Paul Beusterien2018-04-11
| |
* | Merge pull request #1067 from firebase/release-4.12.0Gravatar Paul Beusterien2018-04-10
|\| | | | | Release 4.12.0
* | Remove old FIROptions constructor. (#615)Gravatar Ryan Wilson2018-04-09
| |
| * Update component versions for 4.12.0 (#1024)Gravatar Ryan Wilson2018-04-04
|/
* Version bumps for 4.11.0 (#919)Gravatar Paul Beusterien2018-03-14
|
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | * Version bumps for Firebase 4.10.1 (#891) * Minimal fix for b/74357976 (#890) Fixes b/74357976 which caused unauthenticated users to be unable to reach the Firestore backend and updates the changelog. * Copy all C++ strings to NSString where they're not obviously safe (#893) This fixes a known instances of memory corruption where in FSTLevelDBMutationQueue, the NSString view was retained for later, and the incorrect user was used, causing b/74381054. gRPC does not necessarily copy its string argumnets and if our hostname were configured to a non-default one it's possible that we could corrupt the host cache too. All remaining usages of util::WrapNSStringNoCopy are obviously safe: passed into logging or other known transient usages. * fix lint
* Version bumps for Firebase 4.10.0 (#859)Gravatar Paul Beusterien2018-02-27
|
* Add XCode and Apple SDK versionsGravatar Benoit St-Pierre2018-02-26
|
* Change library nameGravatar Benoit St-Pierre2018-02-26
|
* Style fixesGravatar Benoit St-Pierre2018-02-26
|
* Add FirebaseCore version reportingGravatar Benoit St-Pierre2018-02-26
| | | | | I've also added clearing of the library names for tests to avoid the auto found versions on load.
* Merge pull request #801 from firebase/release-4.9.0Gravatar Paul Beusterien2018-02-14
|\
* | Move to explicit nil check. (#782)Gravatar Ryan Wilson2018-02-12
| |
* | Fix Core CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warnings (#779)Gravatar Paul Beusterien2018-02-09
| |
| * Version bumps for 4.9.0 (#774)Gravatar Paul Beusterien2018-02-08
|/
* Merge pull request #680 from firebase/release-4.8.1Gravatar Paul Beusterien2018-01-18
|\ | | | | Merge Release 4.8.1
* | Inject infoDictionary to fix flakey tests. (#664)Gravatar Ryan Wilson2018-01-15
| | | | | | | | | | | | * Inject infoDictionary to fix flakey tests. * Remove outdated comment, update format.
| * Version bump for 4.8.1 ReleaseGravatar Benoit St-Pierre2018-01-11
|/ | | | Updated the version numbers of pods which are being released in 4.8.1
* Update component versions for Firebase 4.8.0 (#561)Gravatar Kyle Ju2017-12-12
|
* Update component versions for Firebase 4.7.0 (#497)Gravatar Paul Beusterien2017-11-28
|
* Update Core and Community versions for Firebase 4.6.0 release (#437)Gravatar Paul Beusterien2017-11-08
|
* Update Core and Community versions for Firebase 4.5.0 release (#397)Gravatar Paul Beusterien2017-10-20
|
* Update Core and Community versions for Firebase 4.4.0 release (#370)Gravatar Paul Beusterien2017-10-11
|
* Bump Core to 4.0.8 (#302)Gravatar Paul Beusterien2017-09-21
|
* Bump Core to 4.0.7 (#267)Gravatar Paul Beusterien2017-09-13
|
* Non-functional changes to reduce FirebaseCore by 792 bytes (#250)Gravatar Paul Beusterien2017-09-10
|
* 473 bytes of low-hanging size fruit and typo fix (#246)Gravatar Paul Beusterien2017-09-08
|
* Bump Core to 4.0.6 (#215)Gravatar Ryan Wilson2017-08-25
| | | Bump Core as part of the next Firebase release.
* Core should be 4.0.5Gravatar Paul Beusterien2017-08-08
|
* Update Core to 4.1.0 and Community to 0.1.0 (#185)Gravatar Paul Beusterien2017-08-08
|
* Formatting updates based on the latest clang-formatGravatar Marek Gilbert2017-08-02
| | | | clang-format version 5.0.0 (tags/google/stable/2017-06-22)
* Add clang-format options and script; apply to FirebaseCore (#151)Gravatar Paul Beusterien2017-07-27
|
* Fix GoogleService-Info.plist casing in comments (#135)Gravatar Paul Beusterien2017-07-14
| | | | | * Fix GoogleService-Info.plist casing in comments * fix macOS travis failure
* Version update (#130)Gravatar davidair2017-07-10
| | | Updating the version for the upcoming 4.0.4 release
* Update Core version to 4.0.3 (#92)Gravatar Paul Beusterien2017-06-20
|
* Update Core version to 4.0.2 (#76)Gravatar Paul Beusterien2017-06-07
|
* Updating version for an upcoming release (#52)Gravatar davidair2017-06-01
| | | Updating the version to 4.0.1
* InitialGravatar Paul Beusterien2017-05-15