aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core
Commit message (Collapse)AuthorAge
* Add Community Supported tvOS (#590)Gravatar Paul Beusterien2018-01-03
| | | | | | | Add Community Supported tvOS for Core, Auth, Database and Storage. Add tvOS unit tests Add tvOS sample app Update README.md Add tvOS to travis testing
* Update CHANGELOG for macOS AppKit dependency. (#609)Gravatar Ryan Wilson2018-01-03
|
* Remove FIRAppEnvironmentUtil's sharedApplication (#603)Gravatar Ryan Wilson2018-01-02
| | | | | | | | | | | | | | | | | | | * Deprecate FIRAppEnvironmentUtil sharedApplication * Remove sharedApplication private API. This also allows us to remove an AppKit dependency. * Disable autolink when building FirebaseCore (#606) This prevents the dependencies of FirebaseCore's dependencies from bleeding into its interface. The proximate benefit of avoiding this is that FirebaseCore no longer ends up depending on ColorSync.framework which became a top-level system framework in 10.13. This makes it possible to build against the resulting FirebaseCore.framework on macOS 10.12 using Xcode 9 (with the macOS 10.13 SDK).
* Add Private path to FIRVersion.h import (#607)Gravatar Paul Beusterien2018-01-02
|
* Expose library version, move it out of options (#588)Gravatar Greg Soltis2018-01-01
| | | | | | | | | | | | | | | | | | | | | | * slight cleanup * Use -D defines for versions * Undo FIROptionsTest change * Drop failed macro attempt * Add correct version to podspec * Add newline * Shuffle files around * Bring back log change * Fix change * Fix space
* Run FIRSetLoggerLevel and FIRIsLoggableLevel on the same thread (#592)Gravatar Gil2017-12-22
| | | | This fixes a race condition where a caller calls FIRSetLoggerLevel and then checks FIRIsLoggableLevel immediately after.
* Add changelog for Core. (#585)Gravatar Ryan Wilson2017-12-20
|
* Update component versions for Firebase 4.8.0 (#561)Gravatar Kyle Ju2017-12-12
|
* Modified FirebaseAppStoreURLCheckEnabled Key. (#554)Gravatar Ryan Wilson2017-12-11
|
* Running scripts/style.shGravatar Sebastian Schmidt2017-12-10
|
* Add an Info.plist flag to disable App Store Sandbox check. (#547)Gravatar Ryan Wilson2017-12-08
| | | | | | | | | | * Add an Info.plist flag to disable TestFlight check. This can save a small amount of memory during startup time. * Change the flag name to the intended usage. * Explicitly check for NSNumber.
* Add log to warn users of iOS 7 deprecation. (#527)Gravatar Ryan Wilson2017-12-04
| | | | | * Add log warning users of iOS 7 deprecation. * Changed "warning" to "notice". * Removed DEBUG flag
* Merge pull request #515 from firebase/release-4.7.0Gravatar Paul Beusterien2017-11-30
|\ | | | | Release 4.7.0
* | Include UID when sending (internal) auth state change notifications (#507)Gravatar rsgowman2017-11-30
| | | | | | This is to allow firestore to not require an explicit dependency on auth.
| * Update component versions for Firebase 4.7.0 (#497)Gravatar Paul Beusterien2017-11-28
|/
* 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
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21
|
* Make FSTIntegrationTestCase Objective-C++ (#439)Gravatar Gil2017-11-09
| | | | | | | | | | | * Make all FIRLogger functions extern "C" * Make FSTIntegrationTestCase Objective-C++ Keep external interface to FSTIntegrationTestCase Objective-C * Add explicit dependency on Firebase/Community/Core from Tests This fixes a linkage error on a missing _FIRSetLoggerLevel symbol
* Update Core and Community versions for Firebase 4.6.0 release (#437)Gravatar Paul Beusterien2017-11-08
|
* Add argument for forcing STDERR output in FIRLogger. (#430)Gravatar Ryan Wilson2017-11-08
|
* Fixing AppStore detection (#410)Gravatar davidair2017-10-26
| | | Fixing a bug where isFromAppStore would return YES for TestFlight apps
* Update Core and Community versions for Firebase 4.5.0 release (#397)Gravatar Paul Beusterien2017-10-20
|
* Add Performance and Firestore strings to FIRApp (#394)Gravatar Paul Beusterien2017-10-20
|
* Remove unused internal function. (#383)Gravatar Ryan Wilson2017-10-17
| | | This isn't referenced anywhere internally or externally.
* Update Core and Community versions for Firebase 4.4.0 release (#370)Gravatar Paul Beusterien2017-10-11
|
* Fix warnings exposed by Xcode 9.1 in Auth (#350)Gravatar Paul Beusterien2017-10-09
|
* Fix a warning that shows up in Xcode 9 (#342)Gravatar Paul Beusterien2017-10-06
|
* Release 4.3.0 (#327)Gravatar Gil2017-10-03
| | | | Initial release of Firestore at 0.8.0 Bump FirebaseCommunity to 0.1.3
* Clang-formatting FIRLogger (#312)Gravatar Sebastian Schmidt2017-09-25
|
* 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.