Volodymyr Golosay
Volodymyr Golosay
Is it possible to fix multiplayer or can you explain how to start server? Ребят, будет ли мультиплеер? =) Или мб дока есть какая-то по мультиплееру?
Am I the only one with this issue?
Compat way: `this.db.list("/users/" + userKey + "/cards", ref => ref.orderByChild('_date'))` Firebase 9 Modular way ``` import { Database, ref, listVal, query, orderByChild, } from '@angular/fire/database'; constructor(private db: Database) {} ......
No updates. It seems AngularFire (No commits for 4+ months) and expire (no commits for the 1+ year) dropped support.
My workaround is to clone rxfire repo, remove these lines from the list function. And use own cloned package. 
I am also looking for a way to integrate it into the Angular app using not a CDN version.
Adding type="button" [here](https://github.com/carbon-design-system/carbon-components-angular/blob/0378cdd9489d8eae8f13cd1cba9a6f4fad3dc6be/src/search/search.component.html#L58) resolves the issue