Golosay

Results 6 comments of 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.