aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
Commit message (Collapse)AuthorAge
* 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
| |
* | Cleaning up implicit retain for the RTDB and StorageGravatar Sebastian Schmidt2018-02-13
| |
| * Version bumps for 4.9.0 (#774)Gravatar Paul Beusterien2018-02-08
|/
* avoid using initWithSuiteName which does not support iOS 7 (#765)Gravatar Chen Liang2018-02-06
|
* Fix tests.Gravatar Oleksiy Ivanov2018-01-31
|
* Version updates to 4.8.2 (#722)Gravatar Paul Beusterien2018-01-27
|
* adding unit test for auto init enable function (#710)Gravatar Chen Liang2018-01-25
|
* Fix build warnings by making void parameter explicit (#681)Gravatar Paul Beusterien2018-01-19
|
* Merge pull request #680 from firebase/release-4.8.1Gravatar Paul Beusterien2018-01-18
|\ | | | | Merge Release 4.8.1
* | Inject infoDictionary to fix flakey tests. (#664)Gravatar Ryan Wilson2018-01-15
| | | | | | | | | | | | * Inject infoDictionary to fix flakey tests. * Remove outdated comment, update format.
| * Version bump for 4.8.1 ReleaseGravatar Benoit St-Pierre2018-01-11
|/ | | | Updated the version numbers of pods which are being released in 4.8.1
* Amends phone auth unit tests (#632)Gravatar Zsika Phillip2018-01-09
|
* Adds AdditionalUserInfo to Phone Auth (#623)Gravatar Zsika Phillip2018-01-08
|
* Removing an obsolete setting from plist files (#617)Gravatar davidair2018-01-08
| | | | | | | | * Removing an obsolete setting from plist files * Fixing Unit Tests * Fixing nullability
* Adds API Test for Email Update (#613)Gravatar Zsika Phillip2018-01-04
|
* Add Community Supported tvOS (#590)Gravatar Paul Beusterien2018-01-03
| | | | | | | Add Community Supported tvOS for Core, Auth, Database and Storage. Add tvOS unit tests Add tvOS sample app Update README.md Add tvOS to travis testing
* Adds new API tests for Firebase Auth (#610)Gravatar Zsika Phillip2018-01-03
|
* Internal code clean up (#584)Gravatar Zsika Phillip2017-12-19
| | | Fixes indentation and removes unused imports.
* Merge pull request #576 from firebase/release-4.8.0Gravatar Kyle Ju2017-12-19
|\ | | | | Release 4.8.0
* | Add nil check for completion handlers (#568)Gravatar Zsika Phillip2017-12-14
| | | | | | | | | | | | | | | | * Add nullability check for completion handler * Addresses comments * added line break
| * Update component versions for Firebase 4.8.0 (#561)Gravatar Kyle Ju2017-12-12
|/
* Running scripts/style.shGravatar Sebastian Schmidt2017-12-10
|
* Double auth unit test timeout to address travis flakiness (#548)Gravatar Paul Beusterien2017-12-08
|
* Disable FirebaseCore Test deprecation warnings (#545)Gravatar Paul Beusterien2017-12-08
|
* Fix warnings in FirebaseCore Unit Tests (#544)Gravatar Paul Beusterien2017-12-07
|
* Fixes stating host (#528)Gravatar Zsika Phillip2017-12-04
|
* Standardize cross module imports with angle bracket syntax (#526)Gravatar Paul Beusterien2017-12-04
| | | | Qualify all cross-pod imports of FirebaseCore headers
* Add post_install workaround to enable internal component access to Analytics ↵Gravatar Paul Beusterien2017-12-02
| | | | (#525)
* Add Analytics test target and build tests for deprecated headers (#520)Gravatar Paul Beusterien2017-12-01
|
* Core is now 4.7.0Gravatar Paul Beusterien2017-12-01
|
* Adds Auth Result to Sign In with Custom token (#489)Gravatar Zsika Phillip2017-11-27
| | | | | | * Adds Auth Result to Sign In with Custom token * Addresses comomments
* Use brackets for module imports (#487)Gravatar Paul Beusterien2017-11-22
|
* Adds AuthDataResult to signInWithEmailPassword Method (#484)Gravatar Zsika Phillip2017-11-22
| | | | | | | | | | | | * Adds AuthDataResult to signInWithEmail:Password * Addresses comments * Addresses comments * addresses more comments * Fixes broken tests
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21
|
* Add Auth Result to createUserWithEmail (#477)Gravatar Zsika Phillip2017-11-20
|
* Adds AuthDataResult to anonymous sign in (#470)Gravatar Zsika Phillip2017-11-17
| | | | | | | | | | * Adds AuthDataResult to anonymous sign in * Fixes typo * Addresses comments * addresses comment on PR
* removes unused label from sample app (#468)Gravatar Zsika Phillip2017-11-16
|
* Adding the md5 hash to FIRStorageMetadataGravatar Sebastian Schmidt2017-11-09
|