aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
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
|
* Internal code clean up (#584)Gravatar Zsika Phillip2017-12-19
| | | Fixes indentation and removes unused imports.
* Merge pull request #576 from firebase/release-4.8.0Gravatar Kyle Ju2017-12-19
|\ | | | | Release 4.8.0
* \ Merge pull request #563 from firebase/schmidt-sebastian-patch-1Gravatar Sebastian Schmidt2017-12-13
|\ \ | | | | | | Update CHANGELOG.md for Firebase Storage v2.1.1
| * | Update CHANGELOG.mdGravatar Sebastian Schmidt2017-12-13
| | |
| * | Update CHANGELOG.mdGravatar Sebastian Schmidt2017-12-13
| | |
* | | Update CHANGELOG.mdGravatar Sebastian Schmidt2017-12-13
| | |
| * | Update CHANGELOG.mdGravatar Sebastian Schmidt2017-12-13
|/ /
| * Revert changes introduced in #546 to fix build breakage. (#562)Gravatar Ryan Wilson2017-12-12
| |
| * 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.
* Fix FCM build warning introduced in Xcode 9 (#546)Gravatar Paul Beusterien2017-12-08
|
* Updating the Auth header comments for Jazzy syntax (#535)Gravatar alexg332017-12-06
|
* 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
* Standardize cross module imports with angle bracket syntax (#526)Gravatar Paul Beusterien2017-12-04
| | | | Qualify all cross-pod imports of FirebaseCore headers
* Fixes small typo in comments (#524)Gravatar Zsika Phillip2017-12-01
|
* FCM version should return only the sementic version and let IID handle the ↵Gravatar chliangGoogle2017-11-30
| | | | part adding prefix.
* 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.
| * Merge remote-tracking branch 'origin/master' into release-4.7.0Gravatar Paul Beusterien2017-11-28
| |\ | |/ |/|
* | FIRAppInternal.h is a published private header (#501)Gravatar Paul Beusterien2017-11-28
| |
| * Merge remote-tracking branch 'origin/master' into release-4.7.0Gravatar Paul Beusterien2017-11-28
| |\ | |/ |/|
* | Update version number (#499)Gravatar Zsika Phillip2017-11-28
| | | | | | | | | | | | | | | | * updates Auth Change Log * Minor Improvements * Addresses comment
| * 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
* Adds Auth Result to Sign In with Custom token (#489)Gravatar Zsika Phillip2017-11-27
| | | | | | * Adds Auth Result to Sign In with Custom token * Addresses comomments
* Adds AuthDataResult to signInWithEmailPassword Method (#484)Gravatar Zsika Phillip2017-11-22
| | | | | | | | | | | | * Adds AuthDataResult to signInWithEmail:Password * Addresses comments * Addresses comments * addresses more comments * Fixes broken tests
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21
|
* Merge pull request #482 from firebase/schmidt-sebastian-patch-1Gravatar Sebastian Schmidt2017-11-21
|\ | | | | Updating Changelog for 4.1.2 RTDB release
* | Updating CHANGELOG for Storage to 2.1.0Gravatar Sebastian Schmidt2017-11-21
| |
| * Updating Changelog for 4.1.2 RTDB releaseGravatar Sebastian Schmidt2017-11-21
|/
* Add Auth Result to createUserWithEmail (#477)Gravatar Zsika Phillip2017-11-20
|
* Adds AuthDataResult to anonymous sign in (#470)Gravatar Zsika Phillip2017-11-17
| | | | | | | | | | * Adds AuthDataResult to anonymous sign in * Fixes typo * Addresses comments * addresses comment on PR
* Remove unused code from Messaging (#458)Gravatar Paul Beusterien2017-11-15
|
* Using deferred init to ensure that we init FEmptyNode only onceGravatar Sebastian Schmidt2017-11-09
|\ | | | | Using deferred init to ensure that we init FEmptyNode only once
* | Adding the md5 hash to FIRStorageMetadataGravatar Sebastian Schmidt2017-11-09
| |
* | Clang-formatting StorageGravatar Sebastian Schmidt2017-11-09
| |
| * Using defereed init to ensure that we init FEmptyNode only onceGravatar Sebastian Schmidt2017-11-09
|/
* 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
* Enumerator using generic. Cleaner for .. in .. loop in Swift (#433)Gravatar Ibrahim Ulukaya2017-11-08
| | | | | | | | | | | | | | * Enumerator using generic. Cleaner for .. in .. loop in Swift So for childSnapshot in snapshot.children { you don't need to cast each child. Each cild is already known as DataSnapshot * Update FIRDataSnapshot.h * Update FIRMutableData.h * Update FIRMutableData.m
* 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
|