aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Public
Commit message (Collapse)AuthorAge
* Fix typo in LoggerLevel docs (#1511)Gravatar Paul Beusterien2018-07-10
|
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
|
* Remove UIKit dependency on FIRApp. (#798)Gravatar Ryan Wilson2018-04-09
|
* Remove compatibility shim for Xcode 7. (#785)Gravatar Ryan Wilson2018-04-09
|
* Remove deprecations from FIRConfiguration. (#760)Gravatar Ryan Wilson2018-04-09
|
* Remove old FIROptions constructor. (#615)Gravatar Ryan Wilson2018-04-09
|
* Add file I/O usage to Core documentation. (#959)Gravatar Ryan Wilson2018-03-21
| | | | | | | | * Add file I/O usage to documentation. * Update defaultOptions message. * Fix grammatical error.
* Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. (#476)Gravatar Ryan Wilson2017-11-28
| | | | | | | | | | * Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. This pushes the minimum Xcode version to 7.3, as NS_SWIFT_NAME was limited before that version (which is why the macro was introduced in the first place). * Fixed FIRMessaging header
* 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
|
* Group public headers into Public directories (#112)Gravatar Paul Beusterien2017-06-29