aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Port of fix for b/67042460 (retry more often before considering client ↵Gravatar Michael Lehenbauer2017-10-23
| | | | | | offline) (#403) This ensures FSTRemoteStore always tries to connect at least twice before surfacing an FSTOnlineStateFailed event to external code (which may trigger gets to fail, cached data to be surfaced, etc.).
* Catch failures from pod lib lint in travis (#400)Gravatar Paul Beusterien2017-10-23
|
* Update CHANGELOG for Firestore v0.9.1 (#395)Gravatar Gil2017-10-22
|
* Fixes a pod lint warning for implicit conversion. (#399)Gravatar Xiangtian Dai2017-10-21
|
* Don't fail travis tests if a binary file has a trailing space (#398)Gravatar Paul Beusterien2017-10-20
|
* Update Core and Community versions for Firebase 4.5.0 release (#397)Gravatar Paul Beusterien2017-10-20
|
* Add images and icons to silence Xcode 9 warnings (#396)Gravatar Paul Beusterien2017-10-20
|
* Updates the change log for Auth release 4.3.1 (#392)Gravatar Zsika Phillip2017-10-20
| | | | | | | | * Updates the changelog for M20. * Updates podspec version * uses correct single quote character
* Add Performance and Firestore strings to FIRApp (#394)Gravatar Paul Beusterien2017-10-20
|
* Silences unguarded availability warnings in Auth. (#389)Gravatar Xiangtian Dai2017-10-19
| | | | | Also fixes a crash in the Auth sample app in an error case. This addresses *Auth* part of #385 .
* Add isEqual() and port DocumentReference array test. (#380)Gravatar Michael Lehenbauer2017-10-19
| | | | * Ports the test for the fix I made for Android for DocumentReference objects in arrays (bug not present in iOS). * Implements isEqual on FIRQuery and FIRDocumentReference.
* Remove unused internal function. (#383)Gravatar Ryan Wilson2017-10-17
| | | This isn't referenced anywhere internally or externally.
* Merge pull request #376 from firebase/automate-phonenumber-signinGravatar Ivan2017-10-16
|\ | | | | Adds automated test for manual phone sign-in.
| * Adds automated test for manual phone sign-inGravatar Ivan2017-10-16
| |
| * Adds automated test for manual phone sign-inGravatar Ivan2017-10-16
| |
* | Fix validation of nested arrays to allow indirect nesting (#377)Gravatar Gil2017-10-16
| |
| * Adds automated test for manual phone sign-inGravatar Ivan2017-10-16
| |
| * Adds automated test for manual phone sign-inGravatar Ivan2017-10-13
| |
* | Add simpler delegate method for FCM tokens (#375)Gravatar Riz2017-10-12
| | | | | | | | | | | | This new delegate method will be called generally once per app start, to always provide a current token. This token may change over time. This simpler method makes integration much simpler, as: * Developers no longer have to check for a current token using the `.fcmToken` property, and also check for token changes using the `-messaging:didRefreshRegistrationToken:` delegate method. * There is a single code path for when a token is available, making operations that depend on a token being available easier to implement. For example, this is the right method to always upload your FCM token to your application server, or to subscribe to topics, etc.
* | Clarify README for SDK development versus usage (#374)Gravatar Paul Beusterien2017-10-12
| |
* | Update CHANGELOG for Firestore v0.9.0 (#371)Gravatar Gil2017-10-11
| |
* | Update Core and Community versions for Firebase 4.4.0 release (#370)Gravatar Paul Beusterien2017-10-11
| |
* | Fix Xcode 9 too complex error in build.swift (#369)Gravatar Paul Beusterien2017-10-11
| |
* | Adding goOnline/goOffline to the RemoteStore (#347)Gravatar Sebastian Schmidt2017-10-11
|/
* Merge pull request #362 from firebase/new_user_popup_toggleGravatar Ivan2017-10-10
|\ | | | | new user popup toggle
| * new user popup toggleGravatar Ivan2017-10-10
| |
* | Improves changelog for FirebaseAuth 4.3.0 release. (#355)Gravatar Xiangtian Dai2017-10-10
| |
| * new user popup toggleGravatar Ivan2017-10-10
|/
* Fixed capitalization in Xcode. (#361)Gravatar Ryan Wilson2017-10-10
|
* Fixing XCTAssertEqual order (#356)Gravatar Sebastian Schmidt2017-10-10
|
* Adding RTDB 4.1.1 release notes (#358)Gravatar Sebastian Schmidt2017-10-10
|
* Fix warnings exposed by Xcode 9.1 in RTDB (#353)Gravatar Paul Beusterien2017-10-10
|
* Release listener references on remove in FSTListenerRegistration (#349)Gravatar Erik Kessler2017-10-09
|
* Prepare to release FirebaseAuth 4.3.0 (#345)Gravatar Xiangtian Dai2017-10-09
| | | | | | | | | | | | * Update Auth version to 4.3.0 * Revert "Removes user meta from public API (#308)" This reverts commit 1602391bf8a9b6d3247716e3bf7b9f27dec8d2b6. * Revert "Removes metadata from swift sample (#318)" This reverts commit 804ff523a20072fb958e9137c76b9c0e14dda870.
* Add void's to eliminate Xcode 9.1 warnings (#352)Gravatar Paul Beusterien2017-10-09
|
* Fix warnings exposed by Xcode 9.1 in Firestore source (#354)Gravatar Paul Beusterien2017-10-09
|
* Fix warnings exposed by Xcode 9.1 in Auth (#350)Gravatar Paul Beusterien2017-10-09
|
* Delete duplicated FIRAuthOperationType.h (#348)Gravatar Paul Beusterien2017-10-09
|
* Update README.md with Messaging dep on InstanceID (#343)Gravatar Paul Beusterien2017-10-09
| | | Until we can make a hard dependency with CocoaPods 1.4.0, the FirebaseCommunity/Messaging's soft dependency on FirebaseInstanceID needs to be satisfied by a Podfile directive.
* Merge pull request #341 from firebase/new_user_popupGravatar Ivan2017-10-06
|\ | | | | New user popup for sample app
* | Fix a warning that shows up in Xcode 9 (#342)Gravatar Paul Beusterien2017-10-06
| |
| * Add new user popup to sample appGravatar Ivan2017-10-06
| |
| * Add new user popup to sample appGravatar Ivan2017-10-06
| |
| * Remove README.md changesGravatar Ivan2017-10-06
| |
| * Adds new user popup to sample app.Gravatar Ivan2017-10-06
| |
* | Adding NS_SWIFT_NAME for FIRListenerRegistration (#339)Gravatar Sebastian Schmidt2017-10-06
| |
| * fixes readmeGravatar Ivan2017-10-05
|/
* Update error messages with new Swift syntax (#336)Gravatar Ryan Wilson2017-10-05
| | | | Update error messages with new Swift Syntax
* Add an NS_SWIFT_NAME for FIRSnapshotMetadata (#334)Gravatar Gil2017-10-04
| | | | | Fixes b/67332554 Note that this is a breaking change for Swift users of the API.
* Don't swizzle missing and optional delegate methodsGravatar Riz2017-10-04
| | | | | | | | | FCM's swizzling of the user notification center currently swizzles only one of the two optional delegate methods (userNotificationCenter:willPresentNotification:withCompletionHandler:), but not the other (userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:). The didReceiveNotificationResponse, if implemented by the delegate, is the sole receiver of all user action on a notification, including simply tapping on the notification itself. Prior to this change, if the developer had implemented didReceiveNotificationResponse, then FCM would not be able to collect this event for analytics. Additionally, I changed the logic in FIRMessagingRemoteNotificationsProxy to check whether these methods are actually implemented before swizzling them. It was always swizzling, which meant it was adding an implementation if the method didn't exist. This would confuse iOS into thinking the developer did implement these methods and NOT fall back to delivering the notifications to the application delegate. With this change, if the developer did not implement these methods, then FCM will not swizzle those methods. That keeps the behavior true to what the developer intended.