aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
* 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
|
* Update change log (#429)Gravatar Zsika Phillip2017-11-06
| | | | | | | | * Updates change log for 4.3.2 * Small improvement * Updates podspec as well
* Handle error after phone auth linking (#422)Gravatar Zsika Phillip2017-11-05
| | | | Handles possible errors after linking phone number. Also sets anonymous ivar to NO if linking succeeded.
* Fixing AppStore detection (#410)Gravatar davidair2017-10-26
| | | Fixing a bug where isFromAppStore would return YES for TestFlight apps
* handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
|
* handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
|
* Merge branch 'master' of https://github.com/firebase/firebase-ios-sdk into ↵Gravatar Ivan2017-10-23
|\ | | | | | | fix-reason-parameter
* | handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
| |
| * Fixes a pod lint warning for implicit conversion. (#399)Gravatar Xiangtian Dai2017-10-21
| |
| * Update Core and Community versions for Firebase 4.5.0 release (#397)Gravatar Paul Beusterien2017-10-20
| |
| * Updates the change log for Auth release 4.3.1 (#392)Gravatar Zsika Phillip2017-10-20
| | | | | | | | | | | | | | | | * Updates the changelog for M20. * Updates podspec version * uses correct single quote character
| * Add Performance and Firestore strings to FIRApp (#394)Gravatar Paul Beusterien2017-10-20
| |
| * Silences unguarded availability warnings in Auth. (#389)Gravatar Xiangtian Dai2017-10-19
|/ | | | | Also fixes a crash in the Auth sample app in an error case. This addresses *Auth* part of #385 .
* Remove unused internal function. (#383)Gravatar Ryan Wilson2017-10-17
| | | This isn't referenced anywhere internally or externally.
* Add simpler delegate method for FCM tokens (#375)Gravatar Riz2017-10-12
| | | | | | This new delegate method will be called generally once per app start, to always provide a current token. This token may change over time. This simpler method makes integration much simpler, as: * Developers no longer have to check for a current token using the `.fcmToken` property, and also check for token changes using the `-messaging:didRefreshRegistrationToken:` delegate method. * There is a single code path for when a token is available, making operations that depend on a token being available easier to implement. For example, this is the right method to always upload your FCM token to your application server, or to subscribe to topics, etc.
* Update Core and Community versions for Firebase 4.4.0 release (#370)Gravatar Paul Beusterien2017-10-11
|
* Improves changelog for FirebaseAuth 4.3.0 release. (#355)Gravatar Xiangtian Dai2017-10-10
|