[database][wip] on/off logic refactor - heavily still wip so things still to change

This commit is contained in:
Salakar
2017-08-14 11:05:49 +01:00
parent 0675aa076d
commit f1709970e9
13 changed files with 573 additions and 458 deletions
+2 -2
View File
@@ -25,9 +25,9 @@ const NATIVE_MODULE_EVENTS = {
'onAuthStateChanged',
],
Database: [
'database_on_event',
'database_cancel_event',
'database_transaction_event',
'database_event',
'database_error',
// 'database_server_offset', // TODO
],
};