aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
Commit message (Collapse)AuthorAge
...
* Eliminate an Auth tvOS build warning (#1159)Gravatar Paul Beusterien2018-04-24
|
* Update travis to use Xcode 9.3 (#1163)Gravatar Paul Beusterien2018-04-23
| | | | | * Workaround already installed brew error message * NSJSONSerialization of doubles is now fixed on OSX
* Fixes base64URL encoding (#1161)Gravatar Zsika Phillip2018-04-20
| | | | | | | | * Fixes base64URL encoding * Addresses comments * Addresses comment
* replace the private OCMock method with a public one, and also fix the ↵Gravatar Chen Liang2018-04-19
| | | | EXC_BAD_ACCESSw (#1149)
* Add unit tests for FirebaseCore (#751)Gravatar Benoit St-Pierre2018-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add unit tests for FIRMutableDictionary Basic unit tests to increase overall code coverage. * Add unit tests for FIRReachabilityChecker Basic unit tests to increase overall test coverage. * Add unit tests for FIRNetwork Basic unit tests to increase overall test coverage. This also includes a mock HTTP server to serve mock network responses through the network stack. * Remove +internal from imports This was unnecessary. * Move Example/Tests/Core/Utils files to Example/Tests/Core This simplifies build files to include the correct dependencies I had also missed some tvOS test fixes. * PR Feedback Fixed some style issues and updated GTMHTTPServer comments. * Moved GTMHTTPServer.h into third_party directory * Revert Firebase Xcode project for merging. * Add tests to project file.
* Fix version number reporting for minor versions. (#1124)Gravatar Ryan Wilson2018-04-17
| | | | | | | * Fix version number reporting for minor versions. * run clang-format * Updated the comment in systemVersion.
* Match previous systemVersion functionality (#1120)Gravatar Ryan Wilson2018-04-16
| | | | | | | | * Match previous systemVersion functionality * style.sh * Add new test file to test targets
* Merge pull request #1102 from firebase/release-4.13.0Gravatar Ryan Wilson2018-04-13
|\ | | | | Release 4.13.0
* \ Merge pull request #1055 from firebase/mrschmidt-removedownloadurlGravatar Sebastian Schmidt2018-04-13
|\ \ | | | | | | Removing FirebaseStorage.downloadURL
| * | Addressing feedbackGravatar Sebastian Schmidt2018-04-13
| | |
| | * Rename version 4.12.1 to 4.13 (#1092)Gravatar Paul Beusterien2018-04-13
| | |
* | | Options should be nullable for subscription (#1085)Gravatar Chen Liang2018-04-13
| | | | | | | | | | | | Getting warning message from xcode so we need to define it to remove warning.
| | * Fixes typo that causes token parsing to break (#1076)Gravatar Zsika Phillip2018-04-12
| | |
* | | Fixes typo that causes token parsing to break (#1076)Gravatar Zsika Phillip2018-04-12
| | |
| * | Being less technically correctGravatar Sebastian Schmidt2018-04-11
| | |
| | * Update component versions for 4.12.1Gravatar Paul Beusterien2018-04-11
| | |
* | | Merge pull request #1067 from firebase/release-4.12.0Gravatar Paul Beusterien2018-04-10
|\ \ \ | | |/ | |/| Release 4.12.0
* | | Merge pull request #1050 from firebase/core-breaking-changesGravatar Ryan Wilson2018-04-10
|\ \ \ | | | | | | | | Core Breaking API Changes
* | | | Enable Core Unit Tests to run in a Release config (#1064)Gravatar Paul Beusterien2018-04-10
| | | |
| | | * Removing trailing commaGravatar Sebastian Schmidt2018-04-09
| | | |
| | | * Removing FirebaseStorage.downloadURLGravatar Sebastian Schmidt2018-04-09
| | | |
* | | | Import changes to build Auth as a Swift static lib (#1042)Gravatar Paul Beusterien2018-04-09
| |_|/ |/| |
| * | Actually fixed the tests this time. (#796)Gravatar Ryan Wilson2018-04-09
| | |
| * | Fixed Core test's missing constant. (#795)Gravatar Ryan Wilson2018-04-09
| | |
| * | Remove old FIROptions constructor. (#615)Gravatar Ryan Wilson2018-04-09
| | |
* | | Travis static library testing (#1047)Gravatar Paul Beusterien2018-04-09
|/ / | | | | | | | | | | * Add Objective C example app for Messaging * Travis static library testing * static lib build fixes
* | Minor enhancements (#1041)Gravatar Zsika Phillip2018-04-07
| | | | | | | | | | | | * Minor enhancements * addresses comment
* | Update unit test options for with or without use_frameworks (#1037)Gravatar Paul Beusterien2018-04-06
| |
| * Update component versions for 4.12.0 (#1024)Gravatar Ryan Wilson2018-04-04
|/
* Adds support for deep link to Email/Link sign-In (#1023)Gravatar Zsika Phillip2018-04-04
|
* Adds copy auth state API (#1018)Gravatar Zsika Phillip2018-04-03
| | | | | | | | * Adds copy auth state API * improvements * Addresses comments
* Adding a new topic subscription/unsubcription with completion handler method ↵Gravatar Chen Liang2018-03-30
| | | | | | (#1001) * add new topic subscription/unsubscription method with handler
* Custom claims client api (#1004)Gravatar Zsika Phillip2018-03-29
| | | | | | | | | | | | | | | | * Adds custom claims API to client * Ammends branch Adds: - Deprecation messages - Fixes auth result keys - Ammends sample app - Adds unit tests * fixes typo switches “to” to “so”
* Migrate Firebase off ObjC module @import statements (#992)Gravatar Ben Hamilton (Ben Gertzfield)2018-03-29
| | | | | | | | | | | * Migrate Firebase off @import statements * - Migrate tests and test utils from @import to #import. - Update Xcode projects for tests to explicitly link in framework deps. - Update check_no_module_imports.sh to look for @imports in tests/test utils/ integration tests. * Ensure check_no_module_imports.sh explicitly exits with code 0 on success.
* Remove FIRMessagingInstanceIDProxyGravatar Morgan Chen2018-03-27
|
* Add sign in method constants (#923)Gravatar Zsika Phillip2018-03-14
| | | | | * Updates Changelog for 4.5.0 release * Adds sign-in method constants
* Version bumps for 4.11.0 (#919)Gravatar Paul Beusterien2018-03-14
|
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | * Version bumps for Firebase 4.10.1 (#891) * Minimal fix for b/74357976 (#890) Fixes b/74357976 which caused unauthenticated users to be unable to reach the Firestore backend and updates the changelog. * Copy all C++ strings to NSString where they're not obviously safe (#893) This fixes a known instances of memory corruption where in FSTLevelDBMutationQueue, the NSString view was retained for later, and the incorrect user was used, causing b/74381054. gRPC does not necessarily copy its string argumnets and if our hostname were configured to a non-default one it's possible that we could corrupt the host cache too. All remaining usages of util::WrapNSStringNoCopy are obviously safe: passed into logging or other known transient usages. * fix lint
* Adds Email link sign-in (#882)Gravatar Paul Beusterien2018-03-07
|
* Version bumps for Firebase 4.10.0 (#859)Gravatar Paul Beusterien2018-02-27
|
* Style fixesGravatar Benoit St-Pierre2018-02-26
|
* Merge pull request #850 from firebase/bs-useragentGravatar Benoit St-Pierre2018-02-26
|\ | | | | Add useragent registration
| * Deflake testsGravatar Benoit St-Pierre2018-02-26
| |
| * PR feedbackGravatar Benoit St-Pierre2018-02-26
| |
* | Auto-style swift sources (#847)Gravatar Gil2018-02-26
| | | | | | | | | | | | | | | | | | | | | | * Fix bash style issues * Exclude additional build output directories * Format swift files with scripts/style.sh * Reformat swift sources * Allow swiftformat 0.32.0 on travis
| * Add tests for useragentGravatar Benoit St-Pierre2018-02-26
| | | | | | | | Tests a variety of simple use cases.
| * Revert "Move -messageWasLogged to FIRTestCase"Gravatar Benoit St-Pierre2018-02-26
| | | | | | | | This reverts commit dfda142503e0daffeab67e996df03324e1f372b3.
| * Move -messageWasLogged to FIRTestCaseGravatar Benoit St-Pierre2018-02-26
|/ | | | This makes it accessible to other test classes.
* Merge pull request #801 from firebase/release-4.9.0Gravatar Paul Beusterien2018-02-14
|\
* | Fixed capitalization of init in test function. (#797)Gravatar Ryan Wilson2018-02-14
| |