Commit Graph

1271 Commits

Author SHA1 Message Date
Michael Diarmid 1b6e4cbaad
[ios][auth] updatePassword fix
updatePassword using default app always by default, now uses correct app
2017-11-10 22:03:15 +00:00
Michael Diarmid d005e2f0aa
Fix for #607
signOut using incorrect app instance
2017-11-10 22:00:42 +00:00
Elton Gao 0c550f3586 Make sure the promise is resolved/rejected for transaction
Right now the following code will be broken:
```
async function() {
  await ref.transaction(
              function(foo) {
                 // deal with foo
              },
              function(error, committed, ss) {
                 // additional work on complete callback
              },
              true
          );
  // NOTE: Code from here will never execute because promise above never gets resolved
}
```
v2 is not returning at the point of calling onComplete, v3 code does
2017-11-09 13:06:51 -05:00
Chris Bianca a633dab4a2 [perf][ios] Fix traceWithName 2017-11-09 15:39:25 +00:00
Chris Bianca 89ce31689e [auth][js] Add missing phoneNumber property 2017-11-09 15:18:09 +00:00
Salakar 33e06f9b6e [android][database] misc todo 2017-11-08 16:09:39 +00:00
Salakar 621df87145 [android][database] added `enableLogging(boolean)` method 2017-11-08 15:59:55 +00:00
Salakar 7efb14f5b0 [js][database] added `enableLogging(boolean)` method to fix #525 2017-11-08 15:58:44 +00:00
Salakar c6faefc09f [npm] fix package.json 2017-11-08 12:35:49 +00:00
Salakar b36d320b83 Merge remote-tracking branch 'origin/master' 2017-11-08 11:44:05 +00:00
Salakar a4ca30a66f [android][database] added `setPersistenceCacheSizeBytes(bytes: integer);` 2017-11-08 11:43:59 +00:00
Salakar dda01cd8cf [android][database] added `enableLogging(boolean)` method 2017-11-08 11:43:03 +00:00
Salakar 615450f763 [ios][database] added `setPersistenceCacheSizeBytes(bytes: integer);` 2017-11-08 11:32:18 +00:00
Salakar 152c6a63c3 [ios][database] add enableLogging method 2017-11-08 11:15:24 +00:00
Chris Bianca 4f1176b192 Add dynamic links to package.json 2017-11-08 10:04:04 +00:00
chrisbianca df8a957a46
Merge pull request #594 from cshg/add-non-pods-search-paths
Add search paths for ios/Firebase when not using CocoaPods
2017-11-08 09:47:21 +00:00
Christian Haug 1fdb907496 Add search paths for ios/Firebase when not using CocoaPods 2017-11-08 09:48:46 +01:00
Salakar f38a005ee9 [typings] update definition for auth to fix #579 2017-11-08 08:31:24 +00:00
Salakar 6811158aab Merge remote-tracking branch 'origin/master' 2017-11-08 08:07:18 +00:00
Salakar 80c7faa0b1 [ios][perf] fix for #593 - trace incorrectly calling `startTraceWithName` instead of just `traceWithName` 2017-11-08 08:07:12 +00:00
Chris Bianca e6ea5348ff [tests][firestore] Add test cases for limit with onSnapshot 2017-11-07 13:15:16 +00:00
Chris Bianca cd911d2442 [tests][firestore] Add test for onSnapshot with a query applied 2017-11-07 12:49:59 +00:00
Salakar 535de47ee1 [ios][auth] Fix issue with confirmPasswordReset, applyActionCode and checkActionCode not handling specific app instances 2017-11-07 09:54:38 +00:00
Salakar 3eaa58aea3 v3.1.0 2017-11-06 16:59:22 +00:00
chrisbianca 353aa98f2c
[docs] Couple more tweaks 2017-11-06 15:07:37 +00:00
chrisbianca b35141eda7
[docs] Correction 2017-11-06 13:45:08 +00:00
chrisbianca 5491d2f28c
[docs] Tweaked layout 2017-11-06 13:44:25 +00:00
Chris Bianca 4ad06b767b [docs] Restructured Readme.md 2017-11-06 13:42:50 +00:00
Salakar ba22aecff1 [tests][core] re-enable core app create test 2017-11-03 23:45:40 +00:00
Salakar edf8feb921 [tests] remove utils test 2017-11-03 23:39:35 +00:00
Salakar 868075d479 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	tests/ios/Podfile.lock
2017-11-03 23:28:09 +00:00
Salakar 935bfd0d9c [tests] update xcode project 2017-11-03 23:27:52 +00:00
Michael Diarmid 8dc1cab9ae
Update README.md 2017-11-03 22:21:25 +00:00
Michael Diarmid 88ab9f2178
update features and versions table 2017-11-03 22:02:40 +00:00
Michael Diarmid 2d8f6314d4
Delete playground.js 2017-11-03 21:11:09 +00:00
Michael Diarmid eb48435421
Update CONTRIBUTING.md 2017-11-03 20:39:22 +00:00
Michael Diarmid 517f2184ee
Update README.md 2017-11-03 20:38:34 +00:00
Michael Diarmid a491e2b6f1
Merge pull request #578 from opencollective/opencollective
Activating Open Collective
2017-11-03 20:37:52 +00:00
Aseem Sood 8067b3d6b5 Added call to donate after npm install (optional) 2017-11-03 15:39:11 -04:00
Aseem Sood 3780536507 Added backers and sponsors on the README 2017-11-03 15:39:11 -04:00
Aseem Sood 7ff580a4ad Added CONTRIBUTING.md (optional) 2017-11-03 15:19:06 -04:00
Aseem Sood a1321a161d Updated .github/ISSUE_TEMPLATE.md (optional) 2017-11-03 15:19:06 -04:00
Chris Bianca 42987d2c4d Merge commit '8b54d964f8cec4d58f338f6aa2a1d5322a54fadf'
# Conflicts:
#	android/src/main/java/io/invertase/firebase/storage/RNFirebaseStorage.java
2017-11-03 08:04:32 +00:00
chrisbianca 8b54d964f8
Merge pull request #573 from divvito/v3.0.x
Issue #572 - Fix for Storage.putFile() with content:// paths
2017-11-03 08:02:52 +00:00
Peter Oxenham cf934908a3 Issue #572 - Refactored to get upload progress to report total bytes correctly 2017-11-03 09:44:04 +10:00
Chris Bianca 0391b2834d [android][storage] Fix for putFile with a content:// stream 2017-11-02 11:20:24 +00:00
Peter Oxenham 7dba72a377 Issue #572 - Fix for Storage.putFile() with content:// paths 2017-11-02 13:26:09 +10:00
Chris Bianca e6b8ce193c Merge branch 'v3.0.x' 2017-11-01 17:47:15 +00:00
chrisbianca 04776c965d
Merge pull request #570 from rmrs/rumors
Fix compilation issue on iOS on `master`
2017-11-01 11:33:20 +00:00
erezrokah 89584900d2 fix compilation issue on iOS 2017-11-01 13:22:27 +02:00