Salakar
bd4dc28391
change incorrect comment annotations
2017-10-29 01:27:45 +01:00
Salakar
07204789f0
Fix for #532
2017-10-29 01:10:34 +01:00
Chris Bianca
9822cb34d4
[database] Correctly differentiate limitToLast and other similar clauses
2017-10-23 17:03:49 +01:00
Chris Bianca
bc1e827273
[database][js] Fix strict mode issue
2017-10-18 10:40:18 +01:00
Salakar
658821a631
[database] misc todo note
2017-10-05 12:53:47 +01:00
Salakar
701491df18
[database] serverTimeOffset
2017-10-05 12:45:54 +01:00
Salakar
ef16ed1d4b
remove invalid return from thenable
2017-09-20 11:53:50 +01:00
Michael Diarmid
d23c048304
Fix ThenanbleRef promise
2017-09-20 11:50:34 +01:00
Salakar
557face5eb
[js][database] fix OnDisconnect incorrectly being constructed + added misc typings
2017-09-07 16:36:47 +01:00
Salakar
63e417fae3
[db][js] fix modifiers not returning new ref instance
2017-08-28 13:28:16 +01:00
Chris Bianca
c3f32e54e3
[db] Clean up old files
2017-08-25 17:38:24 +01:00
Chris Bianca
d5de6a5b21
[db] Correctly named module for statics
2017-08-25 17:37:52 +01:00
Salakar
9825226665
[js][internals] _NAMESPACE & _NATIVE_MODULE static props for all modules
2017-08-17 17:58:28 +01:00
Salakar
5ccbd9f369
[js][database] synctree cleanup
2017-08-16 21:43:24 +01:00
Salakar
e4d27029b9
[js][android] database sync tree implementation with adjusted tests
2017-08-15 21:29:50 +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
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
e1fc30bc8f
[database][js] thenable ref fix for #147
2017-08-14 13:30:44 +01:00
Salakar
f1709970e9
[database][wip] on/off logic refactor - heavily still wip so things still to change
2017-08-14 11:05:49 +01:00
Salakar
5e3cf0ad7f
[js][database] todo comments
2017-08-11 15:58:42 +01:00
Salakar
425dfbcc43
[js][database] once now supports passing context - as per the web sdk
2017-08-07 09:46:05 +01:00
Salakar
fb6251a6fd
[js][database] cleanup transaction completion wrapper
2017-08-05 22:00:06 +01:00
Salakar
53acfe3584
[js][database] remove, update, setWithPriority, setPriority & set now correctly support callbacks or promises
...
[js][database] fixed query modifier methods - were accessing incorrect query property
2017-08-05 21:49:28 +01:00
Salakar
d2909be7eb
[js][database] fixed an issue where query methods were not returning correctly
2017-08-05 21:45:15 +01:00
Salakar
b935034592
[database][wip] misc multi-app
2017-08-02 10:38:30 +01:00
Salakar
c9efb0087f
[database][wip] update reference to support 'ThenableReference'
2017-07-31 18:25:31 +01:00
Salakar
e3d1261973
[database][wip] refactor & improvements to add support for multiple apps
2017-07-30 07:34:41 +01:00
Salakar
33470419ed
Merge branch 'master' of https://github.com/invertase/react-native-firebase into multi-apps
2017-07-20 09:59:52 +01:00
Chris Bianca
46772d253d
[android][ios][database] Add missing setPriority and setWithPriority methods
2017-07-19 18:18:16 +01:00
Salakar
282f953f52
[both] continued work on multi app support - storage now full supported and auth WIP
2017-07-12 15:49:33 +01:00
Salakar
c6773dc808
Merge branch 'master' of https://github.com/invertase/react-native-firebase into multi-apps
...
# Conflicts:
# android/src/main/java/io/invertase/firebase/auth/RNFirebaseAuth.java
2017-07-12 13:39:29 +01:00
Salakar
d1196b98c4
[both][database] Fixed an issue where the reference from a child snapshot was being returned as the parent snapshot when listening to child events
2017-07-04 16:16:08 +01:00
Salakar
ec22e510bc
more work on multiple app initialization
2017-06-30 17:23:32 +01:00
Elliot Hesp
3809fa8f63
[auth] Pass previousChildName back to callback
2017-06-15 14:55:52 +01:00
Chris Bianca
a162a0d6f5
[js] Couple of additional checks for module existence
2017-05-31 15:45:14 +01:00
Chris Bianca
a1cff881e1
[android][ios][js] Detect missing native module rather than using empty function
2017-05-31 15:22:15 +01:00
Chris Bianca
b3cd102077
[js][db] Rename .listeners
2017-05-30 12:46:28 +01:00
Chris Bianca
ba24a80e09
[js] Fix permissions problem
2017-05-30 12:28:53 +01:00
Salakar
6f81605616
[js][all] added nativeSDKMissing check for all modules - part of making all module native sdk's optional.
2017-05-25 23:39:06 +01:00
Ben Styles
477bd2bf54
initial commit
2017-05-10 17:37:03 +01:00
Aleck Greenham
9d5cc856c7
[Database] Add more accurate comments of expected behaviour of Reference.on()
2017-05-09 08:09:03 +01:00
Aleck Greenham
8d665542cc
[Database] Standardise error messages and add context support for Reference.on()
...
- Make error messages raised by Reference.on() same as Web API
- Add support for context argument to Reference.on()
- Add tests for Reference.on()
- Add JSDoc comments for Reference.on() and some other minor methods
2017-05-06 14:33:55 +01:00
Ben Styles
80b519158f
fixed some flow and eslint errors
2017-04-28 11:03:12 +01:00
Ben Styles
6cee2609b1
fixed some flow and eslint errors
2017-04-28 10:27:29 +01:00
Chris Bianca
7f7d5e8ec7
[js] Fix database cleanup function
2017-04-26 17:52:16 +01:00
Chris Bianca
ef306162b4
[js][android] Support multiple listeners on a single ref
2017-04-26 12:21:53 +01:00
Aleck Greenham
3277126fb4
[js][database] Add ref().isEqual()
2017-04-22 18:00:05 +01:00
Aleck Greenham
3d863ac636
[js][database] Add ref property for consistency with web API
2017-04-22 09:27:37 +01:00