aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Addressing all review commentsGravatar Sebastian Schmidt2017-12-07
|
* Adding SnapshotOptions to deal with pending ServerTimestampsGravatar Sebastian Schmidt2017-12-05
|
* 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)
* Fixes small typo in comments (#524)Gravatar Zsika Phillip2017-12-01
|
* Add Analytics test target and build tests for deprecated headers (#520)Gravatar Paul Beusterien2017-12-01
|
* Cleanup import path for FIRLogger (#523)Gravatar rsgowman2017-12-01
|
* Merge pull request #522 from firebase/mrschmidt-crashGravatar Sebastian Schmidt2017-12-01
|\ | | | | Ignoring stream messages for closed streams
| * Ignoring stream messages for closed streamsGravatar Sebastian Schmidt2017-12-01
| |
* | Merge pull request #510 from firebase/mrschmidt-crashGravatar Sebastian Schmidt2017-12-01
|\| | | | | Fixing race in FSTWriteStream
| * Adding Changelog entryGravatar Sebastian Schmidt2017-12-01
| |
* | Merge pull request #518 from firebase/messaging-copyGravatar Chen Liang2017-12-01
|\ \ | | | | | | FCM version function should return only the semantic version
* \ \ Merge pull request #521 from firebase/release-4.7.0Gravatar Paul Beusterien2017-12-01
|\ \ \ | | | | | | | | Core is now 4.7.0
| * | | Core is now 4.7.0Gravatar Paul Beusterien2017-12-01
| | | |
* | | | Merge pull request #519 from firebase/release-4.7.0Gravatar Paul Beusterien2017-12-01
|\| | | | | | | | | | | Core is now 4.7.0
| * | | Core is now 4.7.0Gravatar Paul Beusterien2017-12-01
| | | |
| | * | FCM version should return only the sementic version and let IID handle the ↵Gravatar chliangGoogle2017-11-30
| |/ / |/| | | | | | | | part adding prefix.
* | | Fix long line and run style (#517)Gravatar Paul Beusterien2017-11-30
| | |
* | | Merge pull request #515 from firebase/release-4.7.0Gravatar Paul Beusterien2017-11-30
|\| | | | | | | | Release 4.7.0
| * | Remove no longer necessary workaround (#512)Gravatar Paul Beusterien2017-11-30
| | |
| | * Checking for stream close in handleStreamCloseGravatar Sebastian Schmidt2017-11-30
| | |
* | | add completion execution guarantees to firestore write ops (#481)Gravatar Morgan Chen2017-11-30
| | |
* | | Move sources into firebase::firestore and internal namespaces (#494)Gravatar Gil2017-11-30
| | | | | | | | | | | | | | | | | | | | | * Move sources into firebase::firestore and internal namespaces Combine support and core/util packages; this distinction wasn't really paying its freight.
* | | Fix StringView to properly convert NSStrings (#509)Gravatar rsgowman2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | NSStrings are utf16, so NSString::length returns the number of utf16 characters present in the string. When the string is entirely made up of US-ASCII characters, everything's fine. But when characters requiring 16 bits are present, the size calculations were incorrect. Fixed by calculating the length based on the destination character set (i.e. UTF8).
* | | Remove dependency on FirebaseAuth (#505)Gravatar rsgowman2017-11-30
| | | | | | | | | | | | We now use the internal core functionality instead.
* | | Include UID when sending (internal) auth state change notifications (#507)Gravatar rsgowman2017-11-30
| | | | | | | | | This is to allow firestore to not require an explicit dependency on auth.
* | | Allow clang-format to find Firestore/Source/Auth (#508)Gravatar Gil2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Avoid pruning paths with find find . -path foo -path bar -path baz is horrifically inefficient; properly excluding all of FirebaseAuth without excluding Firestore/Source/Auth ends up taking 1.5 minutes on my machine. Deleting via sed is much faster. * Allow a branch name or filenames to be specified on the command line e.g. ./scripts/style.sh master formats only files changed since master. * Format Firebase/Source/Auth code * Use alternate delimeter for path regexen
| | * Fixing testsGravatar Sebastian Schmidt2017-11-29
| | |
| | * Merge branch 'master' into mrschmidt-crashGravatar Sebastian Schmidt2017-11-29
| | |\
| | | * Merge branch 'master' of https://github.com/Firebase/firebase-ios-sdkGravatar Sebastian Schmidt2017-11-29
| | | |\ | |_|_|/ |/| | |
| | * | Fixing race in FSTWriteStreamGravatar Sebastian Schmidt2017-11-29
| | |/
* | | Instructions for static library interop with Analytics (#503)Gravatar Paul Beusterien2017-11-29
| | |
| * | Merge remote-tracking branch 'origin/master' into release-4.7.0Gravatar Paul Beusterien2017-11-28
| |\ \ | |/ / |/| |
* | | FIRAppInternal.h is a published private header (#501)Gravatar Paul Beusterien2017-11-28
| | |
| * | Merge remote-tracking branch 'origin/master' into release-4.7.0Gravatar Paul Beusterien2017-11-28
| |\ \ | |/ / |/| |
* | | Update version number (#499)Gravatar Zsika Phillip2017-11-28
| | | | | | | | | | | | | | | | | | | | | | | | * updates Auth Change Log * Minor Improvements * Addresses comment
| * | Merge remote-tracking branch 'origin/master' into release-4.7.0Gravatar Paul Beusterien2017-11-28
| |\ \ | |/ / |/| |
* | | Update CHANGELOG for Firestore v0.9.3 (#498)Gravatar Gil2017-11-28
| | |
| * | Update component versions for Firebase 4.7.0 (#497)Gravatar Paul Beusterien2017-11-28
|/ /
* | Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. (#476)Gravatar Ryan Wilson2017-11-28
| | | | | | | | | | | | | | | | | | | | * Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. This pushes the minimum Xcode version to 7.3, as NS_SWIFT_NAME was limited before that version (which is why the macro was introduced in the first place). * Fixed FIRMessaging header
* | Port autoid to C++ and remove FSTUtil (#475)Gravatar Gil2017-11-27
| | | | | | | | | | | | * Port autoid to C++ * Reimplement FSTUtil on top of firestore::CreateAutoId directly * Migrate FSTUtil callers to directly use firestore::CreateAutoId * Remove FSTUtil
* | 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
* | Change FSTExponentialBackoff to use firestore::SecureRandom directly (#492)Gravatar Gil2017-11-27
| | | | | | | | | | * Migrate FSTExponentialBackoff to Objective-C++ * Change FSTExponentialBackoff to use firestore::SecureRandom directly
* | Fix a wrong file name in README.md (#493)Gravatar zxu1232017-11-27
| | | | | | Firebase.xcworkspace exists in /Example while Firestore.xcworkspace exists in /Firestore/Example. We actually want the developer to open Firestore.xcworkspace.
* | Use a prefix scan when fetching documents matching a query. (#488)Gravatar rsgowman2017-11-22
| | | | | | | | Minor optimization (which is already present in the ts code).
* | 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
| |
* | Merge pull request #482 from firebase/schmidt-sebastian-patch-1Gravatar Sebastian Schmidt2017-11-21
|\ \ | | | | | | Updating Changelog for 4.1.2 RTDB release
* \ \ Merge pull request #483 from firebase/schmidt-sebastian-patch-2Gravatar Sebastian Schmidt2017-11-21
|\ \ \ | | | | | | | | Updating CHANGELOG for Storage to 2.1.0