js-data-firebase icon indicating copy to clipboard operation
js-data-firebase copied to clipboard

implement 3 ways binding

Open pdemilly opened this issue 9 years ago • 1 comments

Right now js-data bind method binds the scope to the datastore but not the adapter model which in the case of firebase doesn't make it very sexy

I propose that js-data bind first check if the adapter offers its own bind method and if it does uses it instead.

pdemilly avatar Nov 02 '15 17:11 pdemilly

I think the plan here is for js-data-firebase 3.x to add a FireStore component that would extend the DataStore component found in JSData 3.x.

jmdobry avatar Sep 20 '16 14:09 jmdobry