Commit Graph

767 Commits

Author SHA1 Message Date
Chris Bianca 7ea92751a9 Merge branch 'v3' of https://github.com/invertase/react-native-firebase into v3 2017-08-22 17:29:21 +01:00
Chris Bianca 1230bd7108 [ios][database] New implementation for off and on to match Android 2017-08-22 17:29:02 +01:00
Salakar 66e9f8843d [tests] remove commented code 2017-08-22 17:23:10 +01:00
Salakar 74f28936a7 [tests] misc 2017-08-22 17:22:29 +01:00
Salakar e1c0dccb31 [auth][android] fixed incorrect key name breaking auto verify 2017-08-22 17:19:55 +01:00
Salakar 8958e47e36 [database][android] misc cleanup from previous iterations of listener registration logic 2017-08-22 16:01:25 +01:00
Salakar aebd1835bc [tests] switch index.android back to main.js 2017-08-19 05:46:27 +01:00
Salakar fd474d5adb [android][auth] phoneAuth via EE implementation 2017-08-19 05:22:07 +01:00
Salakar a27abfdf92 [tests][android][build] update gradle versions 2017-08-19 05:20:13 +01:00
Salakar 92504580e5 [js][internals] updated nativeToJSError util to exclude itself from error stacks 2017-08-19 05:18:34 +01:00
Salakar 6a8656f428 [js][qol] added missing module detection and associated generated red box guides 2017-08-18 21:05:47 +01:00
Salakar 499168d9a7 Merge remote-tracking branch 'origin/v3' into v3 2017-08-18 21:03:53 +01:00
Salakar b088d6e683 [android][build] added groovy code to detect duplicate dex build failures and log out a help section
[android][firebase-sdk] upgraded to 11.2.0
2017-08-18 21:03:44 +01:00
Chris Bianca c370d099ff [ios] Further framework and header path fixes 2017-08-18 13:34:52 +01:00
Salakar ae3e64db87 Switch license to Apache License 2.0 2017-08-18 11:58:07 +01:00
Salakar aa8f0da27e [ios] update RNFirebase.podspec 2017-08-18 11:46:55 +01:00
Chris Bianca 40ec5e756a [ios] Remove pods from frameworks search path to prevent compile errors 2017-08-18 11:13:06 +01:00
Chris Bianca 9c937c1e9e Remove unnecessary search paths 2017-08-18 10:37:27 +01:00
Chris Bianca c2c01531f8 [ios] Remove erroneous check in 2017-08-17 17:59:16 +01:00
Salakar 5f30fb09cb Merge remote-tracking branch 'origin/v3' into v3 2017-08-17 17:58:37 +01:00
Salakar 9825226665 [js][internals] _NAMESPACE & _NATIVE_MODULE static props for all modules 2017-08-17 17:58:28 +01:00
Chris Bianca 843ef88684 [ios][db] Fix database imports 2017-08-17 17:32:09 +01:00
Chris Bianca bb98c4f9e5 [ios] Change all library imports to use <> notation 2017-08-17 17:26:20 +01:00
Salakar 75c6a8f787 Merge remote-tracking branch 'origin/v3' into v3 2017-08-17 17:25:25 +01:00
Salakar b4cdbef593 [js][internals] _NATIVE_MODULE mapping for `nativeModuleExists` 2017-08-17 17:25:13 +01:00
Chris Bianca 5ad3802627 [ios][remoteconfig] Fix another compilation error 2017-08-17 16:29:49 +01:00
Salakar 202ad29f1c Merge remote-tracking branch 'origin/v3' into v3 2017-08-17 16:25:39 +01:00
Salakar b322af0f40 [android][database] final cleanup of RNFirebaseDatabaseReference for v3. 2017-08-17 16:25:29 +01:00
Chris Bianca cf2431b9e2 [ios][config] Fix incorrectly named implementation 2017-08-17 11:48:53 +01:00
Salakar 0737f53dea [tests][database] fix tests 2017-08-16 21:44:15 +01:00
Salakar 5ccbd9f369 [js][database] synctree cleanup 2017-08-16 21:43:24 +01:00
Salakar 4e78c5373b [tests] increase test default timeout to 15 seconds 2017-08-16 21:40:56 +01:00
Salakar 56e9a1d5f6 [ios][database] update database events 2017-08-16 21:39:05 +01:00
Salakar 887823162a [android][database] cleanup & implement .off() native functionality 2017-08-16 21:35:58 +01:00
Salakar e4d27029b9 [js][android] database sync tree implementation with adjusted tests 2017-08-15 21:29:50 +01:00
Salakar 67985f8e90 [js][core] added `nativeModuleExists` property to all module statics - true or false if the native android/ios module is present 2017-08-15 17:28:51 +01:00
Salakar e3f0213aaa [ios] fixed xcode derp where it imported full path to AppleTV OS version of Foundation.h - random 2017-08-15 13:28:50 +01:00
Salakar 95edb2fade [tests][database] fixed several failing tests and refactored some tests that were incorrectly using async await 2017-08-14 18:44:34 +01:00
Salakar 491b61afad [js][database] nativeToJSError util can now attach addition props to the error - e.g. ref path 2017-08-14 18:43:21 +01:00
Salakar c6a26606d1 [js][database] fixed an issue where thenable ref promise would sometimes cause other promises to hang - no idea why ;p 2017-08-14 18:42:39 +01:00
Salakar dedfa48aa0 [js][database] _handleCancelEvent completed - now correctly handles cancellation events from .on() 2017-08-14 18:41:50 +01:00
Salakar 98ebd8bf66 [android][database] 'on' cancellation now correctly use internal error parser 2017-08-14 18:40:11 +01:00
Salakar b068b4ff42 [tests][*] removed focus from misc tests 2017-08-14 14:33:14 +01:00
Salakar 678abdf0e6 [tests][core] added test for app.options 2017-08-14 14:32:51 +01:00
Salakar 660c71c6ce [tests][storage] added ref toString test 2017-08-14 14:17:14 +01:00
Salakar 156e1a431c [storage][js] update ref.toString - removed extra `/` and added `gs://` prefix 2017-08-14 14:11:17 +01:00
Salakar 56fc189d26 [storage][js] update ref.toString to now correctly return the full bucket path to the ref location 2017-08-14 14:06:37 +01:00
Salakar 534a52d16a [database][js] remove unused import 2017-08-14 14:01:10 +01:00
Salakar f90db16019 [database][js] ref.isEqual() now correctly compares query modifiers 2017-08-14 13:51:52 +01:00
Salakar 590cb58d49 [storage][ios] fixed customMetadata not being uploaded via putFile - fixes #276 2017-08-14 13:51:17 +01:00