Commit Graph

1249 Commits

Author SHA1 Message Date
Chris Bianca b702fafdfb [setup] Add postinstall build commands 2017-11-29 09:07:12 +00:00
Chris Bianca 08e6f00701 3.1.1 2017-11-28 16:26:25 +00:00
Salakar daa988e8d2 [tests] enableLogging on firestore + database 2017-11-28 14:49:21 +00:00
Salakar f60fe530d6 Merge remote-tracking branch 'origin/master' 2017-11-28 14:47:42 +00:00
Salakar 66a550b755 [android][database] add enableLogging warning messages if called after db usage 2017-11-28 14:47:36 +00:00
Chris Bianca d41c42e288 [analytics] Update to match flow typings and documentation 2017-11-28 14:19:49 +00:00
Salakar 961112a108 [internals] check _NATIVE_DISABLED before throwing native not found error 2017-11-28 12:41:50 +00:00
Salakar 8abc544ac3 Merge remote-tracking branch 'origin/master' 2017-11-28 12:27:43 +00:00
Salakar 99dfdfc982 [android][database] fix boolean issue 2017-11-28 12:27:38 +00:00
Chris Bianca e6a01aedb3 Merge branch 'master' of https://github.com/invertase/react-native-firebase
# Conflicts:
#	lib/utils/SyncTree.js
2017-11-28 09:25:15 +00:00
Chris Bianca 5aa8435aff [firestore] Fix incorrect references 2017-11-28 09:21:41 +00:00
Chris Bianca 1f5231cfba [tests] Fix incorrect imports 2017-11-28 09:20:57 +00:00
Salakar a94943bfc0 fix imports 2017-11-28 09:09:58 +00:00
Salakar 13c43f2efe [tests][android] update sdks to 11.6.2 2017-11-28 08:02:24 +00:00
Salakar 66fcbd5c24 [ios][firestore] added `enableLogging(boolean)` method 2017-11-28 08:02:05 +00:00
Salakar 54e904e22f [js][firestore] added `enableLogging(boolean)` method 2017-11-28 07:42:16 +00:00
Salakar 11e5bc2ae7 [android][firestore] added `enableLogging(boolean)` method 2017-11-28 07:41:37 +00:00
Chris Bianca d9b033f6c7 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-11-23 17:30:12 +00:00
Chris Bianca ff95c21b9d [typings] Continue work on flow 2017-11-23 17:29:40 +00:00
Michael Diarmid a95c91e453
Merge pull request #633 from akshetpandey/fixNotificationCancelAllCrash
[android][messaging] Handle SecuritException in cancelAllLocalNotific…
2017-11-21 07:39:12 +00:00
Akshet Pandey 802c54ade8 [android][messaging] Handle SecuritException in cancelAllLocalNotifications 2017-11-20 16:58:55 -08:00
Elliot Hesp 78a2b0a81a
Merge pull request #603 from gyfelton/transaction-promise-resolve
Make sure the promise is resolved/rejected for transaction
2017-11-20 09:27:14 +00:00
Chris Bianca fbe73f5dcb [types] Get types properly exporting as part of the build 2017-11-17 16:17:27 +00:00
Chris Bianca 746faad043 [types] Start on auth flow typings 2017-11-17 14:22:46 +00:00
Chris Bianca f1d8bee5b0 [auth] Temp rename to allow capitalisation 2017-11-17 11:22:10 +00:00
Chris Bianca c4d7704623 [types] Missing firestore file 2017-11-17 11:08:04 +00:00
Chris Bianca 8bd9684644 [types] Get flow type working again; Fix majority of firestore type issues 2017-11-17 11:07:52 +00:00
Chris Bianca 5c43c88f6a [firestore][js] Correct flow type 2017-11-16 16:54:42 +00:00
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