aboutsummaryrefslogtreecommitdiffhomepage
path: root/AuthSamples
Commit message (Collapse)AuthorAge
* Update Firebase.xcodeproj with CocoaPods 1.3.1 perf improvements (#189)Gravatar Paul Beusterien2017-08-11
| | | | | | * Remove "OSX" cruft (should be macOS) * Update travis to use CocoaPods 1.3.1 * Update AuthSamples project as well
* Adds Swift stub calls for Auth 4.1.0 new features to verify the API. (#181)Gravatar Xiangtian Dai2017-08-07
| | | | Also fixes colon alignment in a header.
* Fixes an incorrect assumption of Auth server error message. (#179)Gravatar Xiangtian Dai2017-08-04
| | | Also allows the Auth sample app to test all combination of `handleCodeInApp` and continue URL.
* Fixes the mode string for actions in the Auth sample. (#178)Gravatar Xiangtian Dai2017-08-04
|
* Adds the missing FIRActionCodeOperationRecoverEmail. (#177)Gravatar Xiangtian Dai2017-08-04
| | | Also allow in-app action code handling to cancel and leave the code in pasteboard.
* Action code fixes and improvements (#176)Gravatar Xiangtian Dai2017-08-03
| | | | | | | | | | * Makes Auth sample in-app password reset work on iOS 8-. * Sets default iOS bundle ID for action code settings. * Adds an entry in the Auth sample app to verify email in app. * Removes '-' from 'in-app' to be consistent with other messages in the Auth sample app.
* Adjust header imports to avoid FirebaseCore which isn't accessible in other ↵Gravatar Xiangtian Dai2017-08-02
| | | | build environment. (#172)
* Adds Simplified Chinese as one of the languages the sample app "uses". (#165)Gravatar Xiangtian Dai2017-08-02
| | | | | | * Adds Simplified Chinese as one of the languages the sample app "uses". * Changes to use 'en' instead of 'en-GB' for the sample app.
* Enables auth sample app to use multiple Firebase Apps. (#162)Gravatar Xiangtian Dai2017-08-01
|
* APNs token handling improvements. (#157)Gravatar Xiangtian Dai2017-07-28
| | | | | | | | | | | | | * APNs token handling improvements. - Calls VerifyClient without token anyway if the APNs token cannot be retrieved. This allows server to use discretion if needed in future. The developer will receive the same error as before. - Moves token formatting code to the token class itself to make the main logic in the provider class more clear. This also eliminates duplicated code in the sample app. * Adds a comment about a string constant used in test.
* Merge from private/auth-master (#159)Gravatar Xiangtian Dai2017-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds passing state and continue URL in OOBCodes actions. (#82) * Adds actionCodeSettings class (#83) * Adds FIRActionCodeSettings class * Removes iOSAppStoreId to reflect update spec. * Adds “reset password in app” to sample app (#84) * Adds “reset password in app” to sample app * Addresses comments * Addresses comments * Adds @param documentation for actionCodeSettings (#85) Adds @param documentation for actionCodeSettings in FIRGetOOBConfirmationCodeRequest. * Adds request configuration class Adds a class that will comprise of all configurations needed to make a request to the Firebase Auth backend; including APIKey and Language code in the future. * Addresses comments. * Adds Setting Language Add Setting Language Feature to Firebase Auth. - Only adds support for two languages (English and Spanish) in this change. (Also supports two languages in test), more to come after this change is accepted. - For now sample app tests language setting only when using “reset password in app” option, the email sent will be in the current app language. Additional tests to come after change is accepted. * Amends code for unit tests Will add more comprehensive testing when code accepted. * Ecodes strings files in UTF-8 * Addresses comments * Addresses comments * Remove comments in .strings * Adds remaining TC languages to Firebase Auth. * Add line break to .strings files * remove language code english fallback Remove the fallback that sends “en” as the language code to the backend if no language code is specified. * addresses comment * Fixes FIRSecureToken Crash Integrates FIRSecureTokenService and FIRSecureTokenRequest with FIRAuthRequestConfiguration. * Addresses comment * Add auth language input Adds Auth language input to the Sample App in preparation for manual testing. * removes unnecessary comment * address comments * Add app language option Allow user to set the current app language code as the auth language code. This is in preparation for manual testing before release. * Addresses Comment * Adds missing continue URI Adds missing continue URL to Firebear error handling. * Remove unused line Removes unused line from FIRPhoneAuthProvider.m * Moves the new public header to the right place. * Fixes broken macOS build. * Removes trailing spaces. * Addresses review comments.
* Use modulemap to fix exposure of FirebaseCore's internal headers (#121)Gravatar Paul Beusterien2017-07-10
|
* Hides spinner after signing in or linking with phone number in the Auth ↵Gravatar Xiangtian Dai2017-07-07
| | | | sample app. (#124)
* Moves most of FIRAuth initialization out of the calling thread. (#115)Gravatar Xiangtian Dai2017-06-30
| | | | | | | | | | | | | | | | | | * Adds an option to time initialization of FIRAuth instance in the sample app. * Changes deployment target from 10.3 to 8.0 for Auth samples. * Fixes some Xcode warnings in the Auth sample app. * Moves most of `FIRAuth` initialization to the work thread. * Fixes a typo. * Fixes accessing of public `currentUser` method from internal method. * Fixes tests for macOS. * Addresses review comments.
* Enables open-sourced functional tests run on other infrastructure. (#118)Gravatar calmdan2017-06-30
|
* Add travis trailing whitespace check (#116)Gravatar Paul Beusterien2017-06-30
| | | | | | * Add travis trailing whitespace check * Remove trailing white space
* Remove Auth/Source/Private - restoring headers to original location (#113)Gravatar Paul Beusterien2017-06-29
|
* Removes FIROptions hack from the Auth sample app as it is now unnecessary. ↵Gravatar Xiangtian Dai2017-06-28
| | | | (#110)
* 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