Volodymyr Golosay

Results 7 comments of Volodymyr Golosay

Is it possible to fix multiplayer or can you explain how to start server? Ребят, будет ли мультиплеер? =) Или мб дока есть какая-то по мультиплееру?

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. ![image](https://user-images.githubusercontent.com/3729354/221349981-2618324d-eeeb-4f1c-8b53-bca2e06ec6e8.png)

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