knockoutFire icon indicating copy to clipboard operation
knockoutFire copied to clipboard

KnockoutFire.observable(firebase, map) WARNING: Abandoned

Results 4 knockoutFire issues
Sort by recently updated
recently updated
newest added

I found the bug: if (selectWasPreviouslyEmpty && ('value' in allBindings)) { // Ensure consistency between model value and selected option. // If the dropdown is being populated for the first...

bug

First, select a test framework.

enhancement

If you had 100 items, and wanted to show the bottom 3 by priority, you would use ".limit" with your KnockoutFire, and be presented with something like this: ``` item#98:...

maybe a bug in firebase itself

In Firebase I am storing a bunch of keys/ids, but no real data. For example I store user IDs, but not user names. So when it comes time to display...

question
waiting for reply