Replies: 1 comment 1 reply
-
Hi there! Do you mean this ?
Certainly looks possible, we could certainly merge any PR that implemented it and given that this module is pretty mature (and pretty thoroughly tested!) there is probably a great deal of existing implementation of similar APIs to pattern off of if you wanted to propose a PR? The README for the e2e tests "app" that we use for feature development and verification is very thorough and I have found it to be a very efficient development process if you want to give it a try - usually a matter of adding something to (in this case) database/lib/index.js (and index.d.ts) to call native, add a quick stub in the native code (just to have something for it to call), add a new test to the appropriate |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, it would be of great help if we can get the get() method to work for the realtime database. This is a new feature added recently by the Firebase team. This way we get data once by looking at the server, which is extremely useful when persistence is enabled since we don't need to hack our way to use on/off methods.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions