dodo
dodo
That's a demo code. You have to edit the `.firebaserc` file, and changing the default project with the id of your current firebase application: ```json { "projects": { "default": "PROJECT-ID-HERE"...
Any news on this? Is there a way to put the application on fullscreen on Windows 10? Like the fullscreen mode triggered by the key `F11 ` on the other...
Hi @mag1971 I've found a workaround for it. I have written my own version of ServerDataSource overriding **emitOnChanged** of the abstract class DataSource which handles data loading. It reduces the...