syonip
syonip
Same change implemented on android
Does the actual log writing happen in the background? Is there any way to force dump the logs so they are available for query?
Hi, I couldn't figure out from the docs if this uses Cloud Firestore or Realtime Database: https://firebase.google.com/docs/firestore/rtdb-vs-firestore Or does it support both? It seems firestore is the recommended approach for...
It doesn't seem to be configured as an Ionic/cordova project. Thanks.
Hi, I've added the options field to the example, after spending a while trying to figure out why "mode" isn't working. Also related to https://github.com/gruntjs/grunt-contrib-copy/issues/238 Thanks.
Hi, I'm running your example, and pause button works, but there is no resume option? Clicking upload again starts from 0. Thanks.
This makes it really hard to view diffs on the code. Is there any way to make the actual class files be saved to git, instead of the xml representations?...
I am testing with karma, and I've notice this.$watchAsObservable('text') doesn't emit values even though this.text has changed. Thanks. The test: ``` it('should be saved after timeout', (done) => { const...
## Environment | Technology | Version | | -------------------- | ------------- | | Flutter version | 3.24.3 | | App version | 3.1.0+9 | | Android version | 10 |...