Diego Moreira
Diego Moreira
I just always separate the `body` as a variable, casting the type in it: ```typescript const body = this.body as Phaser.Physics.Arcade.Body; body.setSize(20, 20); ```
The `primary` data that is reordering basically because the simple way that browsers reshuffle object keys. Try this on Chrome console: `{12: 'a', 2: 'b'}` This is the way my...
@redvulps Could you send a PR to the main repo when you have time?
@Prathik-Jain I think the best solution for this is to run your `firestore-import-export` as a **Firebase Cloud Function** to listen for changes in the collections and export a new file...
@Prathik-Jain The free-tier for the **Firebase Cloud Functions** is pretty big. If you listen for insertions / changes at each document that get added / updated, you can update some...