Howdy, my name is Taylor and I'm an IndexedDB developer looking to extend my IDB library (
https://github.com/buley/dash) to support Firebase as a "seamless" backstop to local data.
The library, dash, is all promise based and there's a middleware system so the idea is to intercept error callbacks and check Firebase to make sure the data doesn't exist server-side either before returning an error rather than success.
Think week I'm starting to wrap my head around how I can use the IDB API to decorate the Firebase JS SDK, but before I get too deep into some of the grittier stuff with indexes I wanted to check with the community on one major question: Are there any existing open source Firebase "shims" for IDB to which I can contribute and/or from which I can learn?