Rowland Oti

Results 23 comments of Rowland Oti

> Unfortunately this looks to be a design flaw in the Gesture Handler logic as it heavily relies on intercepting `MotionEvents` and operating on those. Since GH's buttons need to...

Hi, @gopib23 `Firestore` database already uses `SQLite` for offline support, hence using a separate `SQLIte` is not only an overkill but quite unnecessary.

Hi, @mynormeza , you can even check the following error: - https://stackoverflow.com/questions/47746100/how-reliable-is-firestore-as-an-offline-persistence-mechanism The only reason, I would see you having a different cache layer with your own SQLite implementation is...