aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update travis to Xcode 9.1 (#427)Gravatar Paul Beusterien2017-11-06
| | | | | * Update travis to Xcode 9.1 * Prepend pod lib lint with bundle exec
* Handle error after phone auth linking (#422)Gravatar Zsika Phillip2017-11-05
| | | | Handles possible errors after linking phone number. Also sets anonymous ivar to NO if linking succeeded.
* Update messaging test for upcoming InstanceID changes (#425)Gravatar Paul Beusterien2017-11-03
|
* Moving the Stream class to their own file (#418)Gravatar Sebastian Schmidt2017-10-31
|
* Closing the write and watch stream after 60s of idleness (#388)Gravatar Sebastian Schmidt2017-10-30
|
* Really fix pod update warning (#416)Gravatar Paul Beusterien2017-10-30
|
* Fix pod update warning (#414)Gravatar Paul Beusterien2017-10-30
|
* b/67423356: Exponential backoff on writes should back off until the first ↵Gravatar Michael Lehenbauer2017-10-26
| | | | | successful write (#408) Port the logic from Android / web to delay backoff reset until the first successful write on the stream.
* Fixing AppStore detection (#410)Gravatar davidair2017-10-26
| | | Fixing a bug where isFromAppStore would return YES for TestFlight apps
* Improve swift sample app (#409)Gravatar Zsika Phillip2017-10-25
| | | | | | | | | | * Updates the sign-in methods on Swift Sample Updates the sign-in, reauth and link with credential methods on Swift Sample to use the recommended Auth result paradigm. * adds missing space after { * addresses comments
* Moving the StreamTest to integration tests (#391)Gravatar Sebastian Schmidt2017-10-24
|
* Merge pull request #405 from firebase/fix-reason-parameterGravatar Ivan2017-10-23
|\ | | | | Fix reason parameter
| * handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
| |
| * handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
| |
| * Merge branch 'master' of https://github.com/firebase/firebase-ios-sdk into ↵Gravatar Ivan2017-10-23
| |\ | |/ |/| | | fix-reason-parameter
| * handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
| |
* | Allowing field deletes with merge-enabled sets (#404)Gravatar Sebastian Schmidt2017-10-23
| |
* | 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
|