Commit Graph

5 Commits

Author SHA1 Message Date
Michael Diarmid
d3b9b24cca [android][database] database improvements (#1619)
- [ANDROID] [BUGFIX] [DATABASE] - Database listeners now correctly tearing down between RN reloads. (Fixes #1498 #1611 #1609)
 - [JS] [BUGFIX] [DATABASE] - Fixed an issue where `Reference.toString()` incorrectly contains `//` instead of `/` when joining the parent and child paths.
 - [JS] [BUGFIX] [DATABASE] - Rework `.push()` behaviour to match WebSDK and correctly return a Reference instance in all scenarios. (Fixes #893 #1464 #1572)
 - [JS] [ENHANCEMENT] [UTILS] - Added a `firebase.utils().database.cleanup()` utility method which removes all database listeners.
2018-10-27 05:34:09 +01:00
Salakar
4abd297869 Merge remote-tracking branch 'origin/master' 2018-10-15 01:26:56 +01:00
Salakar
ffc2eca6da [js] add workaround for module-resolver issues - #1560 2018-10-15 01:26:35 +01:00
eragon512
2d28e186a9 [modules][database]: implements Reference.toJSON() 2018-10-15 01:32:25 +05:30
Salakar
85321b5246 restructure source + fix linting issues from new eslint version 2018-08-05 02:32:50 +01:00