aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Delete lines in .travis.yml redundant with test.sh (#41)Gravatar Paul Beusterien2017-05-30
|
* 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:)
* Adds friendly error messages to phone auth sample (#37)Gravatar Zsika Phillip2017-05-26
|
* 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 FIROptions initializer documentation (#36)Gravatar Ryan Wilson2017-05-26
| | | Be more explicit that the constructor is not a factory method.
* Adds GoogleService-Info_multi.plist to the Auth Sample (#33)Gravatar Xiangtian Dai2017-05-25
| | | | | | | | | * Adds GoogleService-Info_multi.plist to the Auth Sample so it no longer crashes on the settings view. * Also relaxes requirement of time differences in unit tests because Travis is slower. * Relaxes requirement of time difference because unit tests executes slower on Travis. * Applies the same relaxation on all time comparisons.
* git repository management (#30)Gravatar Paul Beusterien2017-05-25
|
* Clean up logging and configuration in Messaging (#28)Gravatar Riz2017-05-24
| | | | | | | | | | * Remove mostly unused code from FIRMessagingLogger This cleans up some left-over old logging logic from before we moved to FIRLogger in Firebase Core. We no longer need this logging functionality. * Delete FIRMessagingConfig.{h,m} We no longer need a config class to store an unused log level filter (that filter is no longer needed).
* Update FIRPhoneAuthProvider reference docs (#27)Gravatar Paul Beusterien2017-05-24
| | | | Adds reference docs error documentation to FIRPhoneAuthProvider. Also fixes small typo in FIRAuthErrorUtils.
* Log an error if for some reason we can't add a method to a class (#24)Gravatar Riz2017-05-23
| | | Maybe it was already swizzled, or some other issue. Either way, it would be good to log this error, as it might help us / developers diagnose an issue.
* Fixes ApiTests and separates its credentials from Sample (#25)Gravatar Paul Beusterien2017-05-23
|
* Update travis test to retry if error is 65 (#20)Gravatar Ibrahim Ulukaya2017-05-19
|
* Auth jazzy fixes and Swift sample updates (#19)Gravatar Paul Beusterien2017-05-19
| | | * Removes the '@c' that would cause Jazzy issue down the road.
* Enable direct channel in the sample app (#7)Gravatar Riz2017-05-19
| | | This shows the simple property, shouldEstablishDirectChannel, to open a new channel, and how to show incoming messages with the iOS 10 delegate handler
* Adding cache to Travis builds (#17)Gravatar Ibrahim Ulukaya2017-05-18
|
* Fix typos (#15)Gravatar Cristián Arenas Ulloa2017-05-17
|
* Add CI badge to README (#14)Gravatar Morgan Chen2017-05-17
|
* Update travis xcode version to 8.3 (#13)Gravatar Paul Beusterien2017-05-17
|
* Update scheme setting in test.sh (#12)Gravatar Paul Beusterien2017-05-17
|
* Remove double commented lines. (#11)Gravatar Ryan Wilson2017-05-17
|
* Update travis for renamed AllUnitTests scheme (#8)Gravatar Paul Beusterien2017-05-17
|
* Add comments to each FIRLoggerLevel value. (#6)Gravatar Ryan Wilson2017-05-16
| | | | Docs aren't being generated properly for FIRLoggerLevel because it's missing the proper documentation.
* Updating READMEs (#5)Gravatar salqadri2017-05-16
|
* Update README with context, contributing, and license sections (#3)Gravatar Paul Beusterien2017-05-16
|
* Merge pull request #1 from firebase/initializeGravatar Paul Beusterien2017-05-15
|\
| * Add three files in repo despite .gitignoreGravatar Paul Beusterien2017-05-15
| |
| * InitialGravatar Paul Beusterien2017-05-15
|/
* Initial commitGravatar Vikrum Nijjar2017-04-21