aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseCommunity.podspec
Commit message (Collapse)AuthorAge
* Update Core and Community versions for Firebase 4.6.0 release (#437)Gravatar Paul Beusterien2017-11-08
|
* Update Core and Community versions for Firebase 4.5.0 release (#397)Gravatar Paul Beusterien2017-10-20
|
* Update Core and Community versions for Firebase 4.4.0 release (#370)Gravatar Paul Beusterien2017-10-11
|
* Release 4.3.0 (#327)Gravatar Gil2017-10-03
| | | | Initial release of Firestore at 0.8.0 Bump FirebaseCommunity to 0.1.3
* Update FirebaseCommunity 0.1.2 to use latest InstanceID (#293)Gravatar Paul Beusterien2017-09-20
|
* Implements web view for presenting Auth web content on iOS 7 and 8. (#253)Gravatar Xiangtian Dai2017-09-12
| | | | Also (hopefully) fixes thread safety issues in presenting Auth web content.
* Switchs Auth Swift sample to use the new phone number auth API. (#237)Gravatar Xiangtian Dai2017-09-06
| | | | Also fixes macOS tests.
* Declares FirebaseAuth depending on SafariServices. (#232)Gravatar Xiangtian Dai2017-09-05
|
* Fixes macOS unit test failures introduced in #222 . (#229)Gravatar Xiangtian Dai2017-09-02
|
* Update FirebaseCommunity to 0.1.1Gravatar Paul Beusterien2017-08-30
|
* Fix podspec comment since FirebaseCommunity is now deployed (#208)Gravatar Paul Beusterien2017-08-21
|
* Update Core to 4.1.0 and Community to 0.1.0 (#185)Gravatar Paul Beusterien2017-08-08
|
* Fixes community podspec for Auth. (#170)Gravatar Xiangtian Dai2017-08-02
|
* 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.
* Fix macOS pod spec lint warning regression (#133)Gravatar Paul Beusterien2017-07-10
| | | Fix travis error introduced by #121
* Use modulemap to fix exposure of FirebaseCore's internal headers (#121)Gravatar Paul Beusterien2017-07-10
|
* Group public headers into Public directories (#112)Gravatar Paul Beusterien2017-06-29
|
* Rename FirebaseDev to FirebaseCommunity (#98)Gravatar Paul Beusterien2017-06-22