aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
* Inject infoDictionary to fix flakey tests. (#664)Gravatar Ryan Wilson2018-01-15
| | | | | | * Inject infoDictionary to fix flakey tests. * Remove outdated comment, update format.
* Updates Auth ChangeLog (#645)Gravatar Zsika Phillip2018-01-11
| | | | | | | | * Updates Auth ChangeLog * addresses comments * Fixes typo.
* Merge pull request #646 from firebase/schmidt-sebastian-patch-3Gravatar Sebastian Schmidt2018-01-10
|\ | | | | Update CHANGELOG.md for Storage v2.1.2
* | Update Changelog for RTDB 4.14Gravatar Sebastian Schmidt2018-01-10
| |
| * Update CHANGELOG.md for Storage v2.1.2Gravatar Sebastian Schmidt2018-01-10
|/
* Update Core style (#641)Gravatar Paul Beusterien2018-01-10
|
* Amends phone auth unit tests (#632)Gravatar Zsika Phillip2018-01-09
|
* Delete unused private FIRCreateError (#631)Gravatar Paul Beusterien2018-01-09
|
* Adds AdditionalUserInfo to Phone Auth (#623)Gravatar Zsika Phillip2018-01-08
|
* 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