aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
* nit to work with Jazzy doc style (#952)Gravatar Ibrahim Ulukaya2018-03-23
|
* Delete legacy module map (#964)Gravatar Paul Beusterien2018-03-22
|
* Add file I/O usage to Core documentation. (#959)Gravatar Ryan Wilson2018-03-21
| | | | | | | | * Add file I/O usage to documentation. * Update defaultOptions message. * Fix grammatical error.
* Merge pull request #950 from firebase/release-4.11.0Gravatar Paul Beusterien2018-03-20
|\ | | | | Release 4.11.0
* | Adds exception for invalid parameter (#931)Gravatar Zsika Phillip2018-03-15
| | | | | | | | | | | | * Adds exception for invalid parameter * Account for differences between find and git output (#932)
| * 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
|/
* Updates Changelog for 4.5.0 release (#908)Gravatar Zsika Phillip2018-03-12
| | | | | | * Updates Changelog for 4.5.0 release * Addresses comments
* 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
|
* Fix the issue completion handler is not triggered in subscribeToTopic. (#867)Gravatar Chen Liang2018-03-01
| | | | | * fix the issue that handler not get triggered
* Version bumps for Firebase 4.10.0 (#859)Gravatar Paul Beusterien2018-02-27
|
* Update Core CHANGELOG for 4.0.16 (#858)Gravatar Paul Beusterien2018-02-27
|
* Update changelog for release (#857)Gravatar Zsika Phillip2018-02-27
| | | | | | * Updates changelog in preparation for release * Adds another change.
* Merge pull request #851 from firebase/bs-firebasecore-versionGravatar Benoit St-Pierre2018-02-26
|\ | | | | Report FirebaseCore version
| * Remove unnecessary nonnull annotationsGravatar Benoit St-Pierre2018-02-26
| |
| * Manually fix clang-format issuesGravatar Benoit St-Pierre2018-02-26
| |
| * Add XCode and Apple SDK versionsGravatar Benoit St-Pierre2018-02-26
| |
* | Merge pull request #855 from firebase/schmidt-sebastian-patch-7Gravatar Sebastian Schmidt2018-02-26
|\ \ | | | | | | Update CHANGELOG.md for Firebase Storage v2.1.3
* \ \ Merge pull request #853 from firebase/schmidt-sebastian-patch-6Gravatar Sebastian Schmidt2018-02-26
|\ \ \ | | | | | | | | Updating RTDB Changelog for v4.1.5
| | * | Update CHANGELOG.mdGravatar Sebastian Schmidt2018-02-26
| |/ / |/| |
| * | Update CHANGELOG.mdGravatar Sebastian Schmidt2018-02-26
| | |
| | * Change library nameGravatar Benoit St-Pierre2018-02-26
| | |
| | * Style fixesGravatar Benoit St-Pierre2018-02-26
| | |
| * | Update CHANGELOG.mdGravatar Sebastian Schmidt2018-02-26
| | |
| * | Updating RTDB Changelog for v4.1..5Gravatar Sebastian Schmidt2018-02-26
| | |
| | * Merge branch 'master' into bs-firebasecore-versionGravatar Benoit St-Pierre2018-02-26
| | |\ | | |/ | |/| | | | | | | | | | | | | * master: Auto-style swift sources (#847) Fixes clang warnings for Auth (#848) Add build infrastructure for Codable support in Firestore (#815)
* | | Merge pull request #850 from firebase/bs-useragentGravatar Benoit St-Pierre2018-02-26
|\ \ \ | |/ / |/| | Add useragent registration
| | * Add FirebaseCore version reportingGravatar Benoit St-Pierre2018-02-26
| |/ | | | | | | | | I've also added clearing of the library names for tests to avoid the auto found versions on load.
| * PR feedbackGravatar Benoit St-Pierre2018-02-26
| |
* | Fixes clang warnings for Auth (#848)Gravatar Zsika Phillip2018-02-26
| | | | | | | | | | | | * Fixes clang warnings for Auth * Addresses comments
| * Add third-party library version registrationGravatar Benoit St-Pierre2018-02-26
|/ | | | | This will allow us to collect the version of platform libraries that developers use in conjunction with Firebase.
* Update CHANGELOG for release (#845)Gravatar Chen Liang2018-02-23
| | | | | | * improve the documentations on auto init property * adjust the comments
* Merge pull request #694 from morganchen12/auth-docsGravatar Morgan Chen2018-02-22
|\ | | | | add FIRUser behavior to documentation
| * address PR commentsGravatar Morgan Chen2018-02-22
| |
* | Merge pull request #801 from firebase/release-4.9.0Gravatar Paul Beusterien2018-02-14
|\ \
* | | Improve documentation on auto-init property in FCM. (#792)Gravatar Chen Liang2018-02-13
| | |
| * | Fix off-by-one error in Auth changelog (#789)Gravatar Paul Beusterien2018-02-13
| | |
* | | Cleaning up implicit retain for the RTDB and StorageGravatar Sebastian Schmidt2018-02-13
|\ \ \ | | | | | | | | Cleaning up implicit retain for the RTDB and Storage
| * | | style fixGravatar Paul Beusterien2018-02-13
| | | |
* | | | Fix double parsing on 32 bit devices. (#787)Gravatar Ryan Wilson2018-02-13
| | | |
| * | | Cleaning up implicit retain for the RTDB and StorageGravatar Sebastian Schmidt2018-02-13
|/ / /
* | | Move to explicit nil check. (#782)Gravatar Ryan Wilson2018-02-12
| | |
* | | Fix Core CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warnings (#779)Gravatar Paul Beusterien2018-02-09
| | |
| * | Version bumps for 4.9.0 (#774)Gravatar Paul Beusterien2018-02-08
|/ /
* | Updates version of Firebase Auth in Changelog (#771)Gravatar Zsika Phillip2018-02-07
| | | | | | | | | | | | * Updates version of Firebase Auth in Changelog * addresses comments
* | avoid using initWithSuiteName which does not support iOS 7 (#765)Gravatar Chen Liang2018-02-06
| |
* | Creating CHANGELOG for FCM (#764)Gravatar Chen Liang2018-02-06
| | | | | | | | | | | | * add CHANGELOG for FCM * fix the typo
* | Fix firebaes typo (#755)Gravatar Paul Beusterien2018-02-06
| |
* | fix (#739)Gravatar Chen Liang2018-02-01
| |