aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/FIRApp.m
Commit message (Collapse)AuthorAge
* Generate CMake frameworks from podspecs (#1531)Gravatar Gil2018-07-16
| | | | | | | | | | | | | * Rename utils.cmake to cc_rules.cmake This makes it less of a dumping ground * Fix sign mismatch in FIRApp * Implement a podspec_framework CMake function ... that generates a CMake framework library target from a podspec. * Remove manual CMake scripts for xcodebuild
* Add Auth interoperability library. (#1501)Gravatar Ryan Wilson2018-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Auth interoperability library. This allows other SDKs to retrieve the user ID and fetch a new Auth token in a type-safe way through the Core container. * Remove unnecessary import. * Add missing copyright. * Resolve comments. - Remove unnecessary umbrella header. - Move to version 1.0. - Add tvOS support for app lifecycle changes. * Move public interop headers to private. * Add public_header_files too. * Moved headers back into public. * Shorten Interoperability and Interoperable to Interop. * Add AuthInterop to travis linting. * Fixed tag format in AuthInterop.podspec. * Add AuthInterop path to Firestore Podfile.
* 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 a constant for the Functions service.Gravatar Bryan Klimt2018-05-23
|
* 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.
* Notice for tvOS and macOS (#1177)Gravatar Paul Beusterien2018-04-24
|
* Remove App Indexing deprecation message.Gravatar Ryan Wilson2018-04-09
|
* Remove iOS 7 Deprecation message.Gravatar Ryan Wilson2018-04-09
|
* 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.
* 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.
* Update Core style (#641)Gravatar Paul Beusterien2018-01-10
|
* Delete unused private FIRCreateError (#631)Gravatar Paul Beusterien2018-01-09
|
* Running scripts/style.shGravatar Sebastian Schmidt2017-12-10
|
* 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
* 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.
* 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.
* Non-functional changes to reduce FirebaseCore by 792 bytes (#250)Gravatar Paul Beusterien2017-09-10
|
* clang-format fix (#205)Gravatar Paul Beusterien2017-08-18
|
* 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.
* 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.
* 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:)
* InitialGravatar Paul Beusterien2017-05-15