aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Private
Commit message (Collapse)AuthorAge
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
|
* Add FirebaseCore component interoperability. (#1437)Gravatar Ryan Wilson2018-06-28
| | | | | | | | | | | | | * Add FirebaseCore component interoperability. This puts in place the system that will allow SDKs to register with Core and retrieve functionalities provided by other SDKs. * Updated documentation. * Add copywrite, fix log messages. * Explicitly import headers from Private dir
* 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.
* Add global data collection switch. (#1219)Gravatar Ryan Wilson2018-05-14
| | | | | | | * Addition of global data collection switch. * Added Messaging conformance to data switch. Also formatted code. * Move data collection flag internal until all SDKs conform to it. * Formatting in response to code review.
* Add MLKit to FIRLogger constants. (#1263)Gravatar Ryan Wilson2018-05-11
|
* Eliminate duplicate symbol in CocoaPods -all_load build (#1223)Gravatar Paul Beusterien2018-05-03
|
* Remove logging count for this release. (#1201)Gravatar Ryan Wilson2018-05-01
|
* Add counter for errors and warnings logged. (#1168)Gravatar Ryan Wilson2018-04-25
| | | | * Moved writes outside of dispatch_async block.
* Remove unused URL scheme files. (#1157)Gravatar Ryan Wilson2018-04-20
|
* Add Logger Service for Swizzler (#1002)Gravatar Paul Beusterien2018-03-29
|
* Migrate Firebase off ObjC module @import statements (#992)Gravatar Ben Hamilton (Ben Gertzfield)2018-03-29
| | | | | | | | | | | * Migrate Firebase off @import statements * - Migrate tests and test utils from @import to #import. - Update Xcode projects for tests to explicitly link in framework deps. - Update check_no_module_imports.sh to look for @imports in tests/test utils/ integration tests. * Ensure check_no_module_imports.sh explicitly exits with code 0 on success.
* Remove unnecessary nonnull annotationsGravatar Benoit St-Pierre2018-02-26
|
* Manually fix clang-format issuesGravatar Benoit St-Pierre2018-02-26
|
* Style fixesGravatar Benoit St-Pierre2018-02-26
|
* PR feedbackGravatar Benoit St-Pierre2018-02-26
|
* Add third-party library version registrationGravatar Benoit St-Pierre2018-02-26
| | | | | This will allow us to collect the version of platform libraries that developers use in conjunction with Firebase.
* Delete unused private FIRCreateError (#631)Gravatar Paul Beusterien2018-01-09
|
* 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
* 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.
* 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
* Remove unused internal function. (#383)Gravatar Ryan Wilson2017-10-17
| | | This isn't referenced anywhere internally or externally.
* 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
|
* 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
|
* 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++.
* Clean up FIRBundleUtil. (#191)Gravatar Ryan Wilson2017-08-14
| | | Remove `relevantBundleIdentifiers method that isn't used anywhere.
* 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.
* 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
|
* 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.
* Group public headers into Public directories (#112)Gravatar Paul Beusterien2017-06-29
|
* Move FIRAppEnvironmentUtil.m to third_party directory (#89)Gravatar Paul Beusterien2017-06-20
|
* 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
* InitialGravatar Paul Beusterien2017-05-15