aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core
Commit message (Collapse)AuthorAge
...
* Bump Core to 4.0.8 (#302)Gravatar Paul Beusterien2017-09-21
|
* Remove duplicate logging issue. (#279)Gravatar Ryan Wilson2017-09-15
| | | | | Some combinations of iOS version, simulator/device, and Xcode version result in duplicate logs. This should remove duplicate logs while ensuring that all Firebase related logs are still shown.
* Bump Core to 4.0.7 (#267)Gravatar Paul Beusterien2017-09-13
|
* Enable FIRLogger to be weakly linked (#244)Gravatar Paul Beusterien2017-09-10
|
* 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
|
* Ensure that FIRLogger functions are declared as C (#238)Gravatar Michael Haney2017-09-06
| | | Wrap the FIRLogger functions in an extern "C" when being compiled as C++.
* Bump Core to 4.0.6 (#215)Gravatar Ryan Wilson2017-08-25
| | | Bump Core as part of the next Firebase release.
* clang-format fix (#205)Gravatar Paul Beusterien2017-08-18
|
* Clean up FIRBundleUtil. (#191)Gravatar Ryan Wilson2017-08-14
| | | Remove `relevantBundleIdentifiers method that isn't used anywhere.
* 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
|
* Wrong Bundle ID should be a visible error (#182)Gravatar Paul Beusterien2017-08-08
|
* Move Auth notification constant into Core. (#155)Gravatar Ryan Wilson2017-08-04
| | | | | | | | | | | | * Move Auth notification constant into Core. SDKs that want to listen for the internal Auth notifications needed to copy the notification strings to their own SDK instead of relying on Auth's definition in order to avoid a dependency on Auth. By moving them to Core, SDKs can use the constants without taking on another dependency. * Remove Auth stub, add app instance to notification.
* Result of clang-format with AllowShortFunctionsOnASingleLine: NoneGravatar Marek Gilbert2017-08-02
|
* Formatting updates based on the latest clang-formatGravatar Marek Gilbert2017-08-02
| | | | clang-format version 5.0.0 (tags/google/stable/2017-06-22)
* Disable clang-format around multi-label NS_SWIFT_NAMESGravatar Marek Gilbert2017-08-02
| | | | | Otherwise clang-format inserts a linebreak before the last colon which, in addition to being ugly, breaks the resulting swift interface.
* Add clang-format options and script; apply to FirebaseCore (#151)Gravatar Paul Beusterien2017-07-27
|
* Moving sMessageCodeRegex initialization into #ifdef DEBUG to remove the init ↵Gravatar davidair2017-07-25
| | | | cost, adding [FIRApp configure] to the Core example (#150)
* Add Firebase AuthUI service for tracking FirebaseUI installations count. (#142)Gravatar Yury2017-07-17
|
* Add method to check if `defaultApp` is configured. (#139)Gravatar Ryan Wilson2017-07-17
| | | | This lets other SDKs check if the default `FIRApp` is set up without accessing it, which causes unnecessary log messages to appear.
* Fix GoogleService-Info.plist casing in comments (#135)Gravatar Paul Beusterien2017-07-14
| | | | | * Fix GoogleService-Info.plist casing in comments * fix macOS travis failure
* Use modulemap to fix exposure of FirebaseCore's internal headers (#121)Gravatar Paul Beusterien2017-07-10
|
* Version update (#130)Gravatar davidair2017-07-10
| | | Updating the version for the upcoming 4.0.4 release
* Group public headers into Public directories (#112)Gravatar Paul Beusterien2017-06-29
|
* Rename FirebaseDev to FirebaseCommunity (#98)Gravatar Paul Beusterien2017-06-22
|
* Update Core version to 4.0.3 (#92)Gravatar Paul Beusterien2017-06-20
|
* Move FIRAppEnvironmentUtil.m to third_party directory (#89)Gravatar Paul Beusterien2017-06-20
|
* Restore UIKit import to FIRApp.h to prevent breaking change (#78)Gravatar Paul Beusterien2017-06-07
|
* Update Core version to 4.0.2 (#76)Gravatar Paul Beusterien2017-06-07
|
* Add Foundation import so TARGET_OS_IOS or other TARGET_OS_* gets defined (#71)Gravatar Paul Beusterien2017-06-06
|
* macOS (#38)Gravatar Mathew Huusko V2017-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Example/Core: create macOS app/tests target * Example/Core: Core_Example/Tests -> Core_Example/Tests_iOS * Example/Core: macOS building/tests passing * Example/Database: separate iOS/macOS targets * BuildFrameworks: macOS * .travis.yml, test.sh: AllUnitTests -> AllUnitTests_iOS * test.sh: add AllUnitTests_macOS * Example/Storage: Example/Tests->_iOS * Example/Storage: macOS * test.sh: try to prevent double error 65 * test.sh: build before test * Example/Auth|Messaging: -> _iOS * Example/Auth: macOS build * Example/Auth: macOS passing * Example/Firebase: pod de/re-integrate; fix static DerivedData references; copy phase for OCMock * Example/Firebase: manually copied OCMock, Products Dir vs. Frameworks * Example/Firebase: copied OCMock, prevent header removal * Example/Storage: integration tests sdk fix * Example/Auth: macOS exclude FIRAuthAppCredentialManager; cleanup * Firebase/Core: remove nullability annotation * Firebase/Core|Database: correct TARGET_X usage for correctness and anticipation of OS_WATCH|TV branches * build.swift: style fix * Firebase/Core: FIRLogger: fix macOS intermittent va_list error
* Updating version for an upcoming release (#52)Gravatar davidair2017-06-01
| | | Updating the version to 4.0.1
* Update error messages to be Swift friendly. (#40)Gravatar Ryan Wilson2017-05-30
| | | | | | | | | | | * Update error messages to be Swift friendly. Error messages should include Swift references on top of the Objective-C references. * Add semicolon to [FIRApp configure] for consistency. * Add Swift reference for application(_:didFinishLaunchingWithOptions:)
* Update FIROptions initializer documentation (#36)Gravatar Ryan Wilson2017-05-26
| | | Be more explicit that the constructor is not a factory method.
* Remove double commented lines. (#11)Gravatar Ryan Wilson2017-05-17
|
* Add comments to each FIRLoggerLevel value. (#6)Gravatar Ryan Wilson2017-05-16
| | | | Docs aren't being generated properly for FIRLoggerLevel because it's missing the proper documentation.
* InitialGravatar Paul Beusterien2017-05-15