aboutsummaryrefslogtreecommitdiffhomepage
path: root/AuthSamples
Commit message (Collapse)AuthorAge
* Rename FirebaseDev to FirebaseCommunity (#98)Gravatar Paul Beusterien2017-06-22
|
* Fix Auth Swift sample imports to be more precise and flexible for other ↵Gravatar Xiangtian Dai2017-06-20
| | | | build environments. (#95)
* 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.
* Uses framework imports for GoogleSignIn, FBSDKCoreKit, and FBSDKLoginKit. (#87)Gravatar Xiangtian Dai2017-06-18
| | | This is to make the code more flexible in other build environment.
* Removes trailing whitespaces in AuthSamples. (#85)Gravatar Xiangtian Dai2017-06-15
|
* Uses a symbol link as the path to unit test files to avoid red links in ↵Gravatar Xiangtian Dai2017-06-07
| | | | Xcode. (#77)
* Updates references in Auth samples Xcode project for the example app after ↵Gravatar Xiangtian Dai2017-06-02
| | | | the iOS/macOS app split. (#64)
* Fixes warnings about APIs deprecated in iOS8 (#53)Gravatar Zsika Phillip2017-06-01
| | | | * removes warnings about APIs deprecated in iOS8
* Add update phone number action to swift app (#49)Gravatar Zsika Phillip2017-06-01
| | | | * Add update phone number action to swift app
* Fixes auth sample project issues: (#47)Gravatar Xiangtian Dai2017-05-31
| | | | | | - Actually uses the developement entitlement for the sample app. - Uses the matching bundle ID for the Swift sample app. - Renames the Swift sample app from SwiftBear to SwiftSample. - Removes reference to nonexistent Images.xcassets for TestApp.
* Fixes Auth Sample app import paths for external dependencies and private ↵Gravatar Xiangtian Dai2017-05-30
| | | | headers. (#42)
* 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.
* 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.
* Fixes ApiTests and separates its credentials from Sample (#25)Gravatar Paul Beusterien2017-05-23
|
* Auth jazzy fixes and Swift sample updates (#19)Gravatar Paul Beusterien2017-05-19
| | | * Removes the '@c' that would cause Jazzy issue down the road.
* InitialGravatar Paul Beusterien2017-05-15