aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Adds reCAPTCHA Token (#211)Gravatar Zsika Phillip2017-08-23
| | | | * Adds reCAPTCHA Token to the "send verification code" request.
* Forwards app delegate's openURL invocations to `FIRAuth`. (#207)Gravatar Xiangtian Dai2017-08-21
|
* Fix podspec comment since FirebaseCommunity is now deployed (#208)Gravatar Paul Beusterien2017-08-21
|
* Fix failing Database integration tests. (#206)Gravatar Ryan Wilson2017-08-18
| | | | | Deleting the defaultApp causes issues between the other tests. Remove the portion of the test deleting the defaultApp will alleviate the issue.
* Updates to the manual build process for CocoaPods 1.3.1 (#204)Gravatar Paul Beusterien2017-08-18
|
* clang-format fix (#205)Gravatar Paul Beusterien2017-08-18
|
* Add Crashlytics and Fabric to Firebase umbrella header. (#192)Gravatar Ryan Wilson2017-08-17
| | | | This will prevent users from having to specifically import Fabric or Crashlytics into their projects when already importing Firebase.
* Delete app from Database when deleted in Core. (#194)Gravatar Ryan Wilson2017-08-17
| | | | | | | | | | | | | * Delete an app from Database when deleted in Core. When a FIRApp is deleted in Core, it should also be deleted from the instances array in Database. See #160 for more details. * Add tests for deleting databases. * Add call to clean up deleted FIRDatabase instance.
* Inlcuding bandwidth usage in error message for queries without indexes (#201)Gravatar Sebastian Schmidt2017-08-16
|
* Small improvements to reference docs (#193)Gravatar Zsika Phillip2017-08-15
|
* Clean up FIRBundleUtil. (#191)Gravatar Ryan Wilson2017-08-14
| | | Remove `relevantBundleIdentifiers method that isn't used anywhere.
* 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
* Handles MISSING_EMAIL error from server. (#187)Gravatar Xiangtian Dai2017-08-11
|
* Merge pull request #188 from firebase/release-4.1.0Gravatar Paul Beusterien2017-08-11
|\ | | | | Core should be 4.0.5
| * Core should be 4.0.5Gravatar Paul Beusterien2017-08-08
|/
* Update Core to 4.1.0 and Community to 0.1.0 (#185)Gravatar Paul Beusterien2017-08-08
|
* Wrong Bundle ID should be a visible error (#182)Gravatar Paul Beusterien2017-08-08
|
* 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.
* Adding ChangeLogs for Storage and Database (#184)Gravatar Sebastian Schmidt2017-08-07
|
* Ensure auto-connect logic is always in main thread (#183)Gravatar Riz2017-08-07
| | | This addresses #125, where a developer is setting `.shouldEstablishDirectChannel` in a background thread, and getting a main thread sanitization issue in Xcode 9.
* update APNs Token error (#180)Gravatar Zsika Phillip2017-08-05
| | | | | | | | | | | | * update APNs Token error * update message * updates error message to be more readable * fixes mis-spelt word * fixes missspelled word
* 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.
* Move Auth notification constant into Core. (#155)Gravatar Ryan Wilson2017-08-04
| | | | | | | | | | | | * Move Auth notification constant into Core. SDKs that want to listen for the internal Auth notifications needed to copy the notification strings to their own SDK instead of relying on Auth's definition in order to avoid a dependency on Auth. By moving them to Core, SDKs can use the constants without taking on another dependency. * Remove Auth stub, add app instance to notification.
* 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.
* remove trailing commit (#175)Gravatar Paul Beusterien2017-08-03
|
* Improve confusing FirebaseCommunity pod usage instructions (#174)Gravatar Paul Beusterien2017-08-03
|
* Add FIR_SWIFT_NAME for ActionCodeSettings. (#173)Gravatar Ryan Wilson2017-08-02
|
* Adjust header imports to avoid FirebaseCore which isn't accessible in other ↵Gravatar Xiangtian Dai2017-08-02
| | | | build environment. (#172)
* Removes trailing whitespace characters from source files. (#169)Gravatar Xiangtian Dai2017-08-02
|
* Merge branch 'wilhuff/format-short-functions'Gravatar Marek Gilbert2017-08-02
|\
| * Result of clang-format with AllowShortFunctionsOnASingleLine: NoneGravatar Marek Gilbert2017-08-02
| |
| * Disallow merging short functions into a single lineGravatar Marek Gilbert2017-08-02
|/
* Merge branch 'wilhuff/format'Gravatar Marek Gilbert2017-08-02
|\
* | Fixes community podspec for Auth. (#170)Gravatar Xiangtian Dai2017-08-02
| |
* | Merge branch 'wilhuff/gitignore'Gravatar Marek Gilbert2017-08-02
|\ \
| | * Formatting updates based on the latest clang-formatGravatar Marek Gilbert2017-08-02
| | | | | | | | | | | | clang-format version 5.0.0 (tags/google/stable/2017-06-22)
| | * Disable clang-format around multi-label NS_SWIFT_NAMESGravatar Marek Gilbert2017-08-02
| |/ |/| | | | | | | Otherwise clang-format inserts a linebreak before the last colon which, in addition to being ugly, breaks the resulting swift interface.
| * Add vim swap files to .gitignoreGravatar Marek Gilbert2017-08-02
|/
* Simplifies the logic to get the app locale. (#166)Gravatar Xiangtian Dai2017-08-02
|
* 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.
* Request configuration and API key fixes (#164)Gravatar Xiangtian Dai2017-08-01
| | | | | | - Fixes non-default auth operations by not referring to the default auth. - Fixes non-current user operations by always associating the auth instance with the user instance. - Defends against changing of API key by not persisting the API key.
* Enables auth sample app to use multiple Firebase Apps. (#162)Gravatar Xiangtian Dai2017-08-01
|
* Add comment about how multiple senders are supported (#158)Gravatar Riz2017-07-31
| | | | This is a slight tweak to the block comment describing `-retrieveFCMTokenForSenderID:completion:`, to more explicitly mention that this can be used to support the scenario of allow multiple senders to send notifications to the same client app.
* Adds changelog to prepare for 4.1.0 release. (#163)Gravatar Xiangtian Dai2017-07-31
|
* 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.
* Add clang-format options and script; apply to FirebaseCore (#151)Gravatar Paul Beusterien2017-07-27
|
* Configure Messaging for default FIRApp only. (#154)Gravatar Ryan Wilson2017-07-26
| | | | Currently Messaging will use the most recent FIRApp configured which isn't obvious. This will limit it to only the defualt FIRApp.