aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
Commit message (Collapse)AuthorAge
* Rename FirebaseDev to FirebaseCommunity (#98)Gravatar Paul Beusterien2017-06-22
|
* Removes unused class (#94)Gravatar Zsika Phillip2017-06-20
|
* Removes old `FIREmailPasswordAuthProvider` files. (#90)Gravatar Xiangtian Dai2017-06-20
| | | | | | | * Removes old files that has been removed. The class has been renamed to `FIREmailAuthProvider`. * Removes remaining references to 'bears' from repository.
* Adds client version header to Firebase Auth server requests. (#79)Gravatar Xiangtian Dai2017-06-08
| | | Sends the SDK version with the "X-Client-Version" HTTP header to be consistent with other platforms for easier backend processing.
* Delete trailing whitespace (#73)Gravatar Paul Beusterien2017-06-06
|
* Add Foundation import so TARGET_OS_IOS or other TARGET_OS_* gets defined (#71)Gravatar Paul Beusterien2017-06-06
|
* Add phone number property to NSSecureCoding (#68)Gravatar Zsika Phillip2017-06-04
| | | Ecodes and decodes the phone number property of FIRUser.
* documents phone auth with reference docs (#66)Gravatar Zsika Phillip2017-06-03
| | | Adds error documentation pertaining to phone auth to signInAndRetrieveDataWithCredential:completion: method
* Auth source file cleanup (#65)Gravatar Xiangtian Dai2017-06-02
| | | | | | | | | * Cleans up Firebase Auth sources: - Updates umbrella header files to import all public header files. - Moves remaining private header files under root of source directory to the private subdirectory. - Makes the version header file non-executable. * Excludes phone number auth headers from the umbrella header for mac OS.
* Fix a typo (#62)Gravatar Paul Beusterien2017-06-02
|
* 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
* Handle missing email error (#54)Gravatar Zsika Phillip2017-06-01
| | | | | Adds appropriate error handling for missing email in the createUserWithEmail:password:completion: flow. Also fixes a few typos.
* Schedules automatic auth token refresh as soon as the triggering method is ↵Gravatar Xiangtian Dai2017-05-31
| | | | called. (#43)
* 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:)
* Uses official Firebase Auth product names in code and doc. (#32)Gravatar Xiangtian Dai2017-05-26
| | | Also fixes minor leftovers from previous auth crendetial refactory.
* Update FIRPhoneAuthProvider reference docs (#27)Gravatar Paul Beusterien2017-05-24
| | | | Adds reference docs error documentation to FIRPhoneAuthProvider. Also fixes small typo in FIRAuthErrorUtils.
* Auth jazzy fixes and Swift sample updates (#19)Gravatar Paul Beusterien2017-05-19
| | | * Removes the '@c' that would cause Jazzy issue down the road.
* Fix typos (#15)Gravatar Cristián Arenas Ulloa2017-05-17
|
* Remove double commented lines. (#11)Gravatar Ryan Wilson2017-05-17
|
* Updating READMEs (#5)Gravatar salqadri2017-05-16
|
* InitialGravatar Paul Beusterien2017-05-15