Krishna Gopinath
Krishna Gopinath
@medfreeman were you able to create an adapter for Koa? Thank you!
We created a plugin that solves this on Android as well - https://github.com/pointmanhq/cordova-plugin-ionic-migrate-storage The problem is that it only works for `localStorage` and `WebSQL` on Android. IndexedDB looks challenging to...
@timbru31 IndexedDB migration could be tricky.. I started looking into it, but it relies on how the [Chrome WebView implements IndexedDB protocol via leveldb](https://stackoverflow.com/questions/35074659/how-to-access-google-chromes-indexeddb-leveldb-files/35142175#35142175). It looks like we need a...
@simonwatt it does not, currently. It's being planned though.. https://github.com/pointmanhq/cordova-plugin-ionic-migrate-storage/issues/2
I've got some ideas as to how we could do this: ## Option 1 This could look confusing, but the way this is done is pretty standard for user management.....
Alrighty that makes sense! We could start working on sign ins with Slack, GitHub and GApps for now. My problems with this is that we might not be able to...
Of course! We could then deal with Slack, GitHub, Atlassian etc.
I have seen tinyMCE too. * It's not React compatible in the way I'd like it to be (there was just a thin wrapper around the editor, iirc) * It...
@nshntarora I think I'll start working on this next..
I'm leaning towards using slatejs on this one because * it seems to allow a little more customization through "plugins".. This is fantastic, because in the future, things could be...