Adrian Carriger
Adrian Carriger
I'm not sure how you would access the current user id without it being stored on the device. I'll have to look into this more, but I can see how...
Using SQLite would be a nice feature for native Ionic 2 projects because it would allow more offline storage. There would need to be a fallback on local storage if...
@DennisSmolek you're totally right, it does use localStorage as a fallback. I like the custom drivers option! Perhaps using the [Cordova SQLite Driver](https://github.com/thgreasi/localForage-cordovaSQLiteDriver) when AngularFire2 Offline is being used with...
Hi @jrussumbrella, thanks for posting an issue. Can you tell me more about how I can reproduce the error? Thanks!
You might try throwing this polyfill in and see if it fixes your issue: https://github.com/polygonplanet/weakmap-polyfill/blob/master/weakmap-polyfill.min.js
[This Stack Overflow answer](https://stackoverflow.com/a/18919716/5357459) seems similar to your new issue. It looks like [another polyfill](https://stackoverflow.com/a/18120786/5357459) might help. Good luck! 🍀
Hi @jskrt, it sounds like you may be using Webpack. If so, you'd probably like the NPM module [@stencil/webpack](https://www.npmjs.com/package/@stencil/webpack) ([here's a quick tutorial](https://blog.ionicframework.com/using-webpack-with-web-components-built-using-stencil/)). Another quick option would be to add...