Why isn't emberfire real-time for dynamic routes?

I’ve been investigating why certain routes of my app won’t load real-time, and realized that it only does that on routes with dynamic urls.

For example, on appurl/#/ three way binding works. But on appurl/#/:list_id, three way binding stops working.

Has anyone found a workaround?

1 Like