danyhiol
danyhiol
What about making it an npm package to be used in any NodeJS project? Just like [AccountsJS](https://github.com/accounts-js/accounts)
> but the issue is that we are closely integrated with MongoDB One solution would be to abstract the `DB` layer with default to `MongoDB`. And then incrementally add support...
I also have this same issue on both the emulator and the device on **android(only)**. After some searching and debugging, I could extract the error from adb: `java.security.cert.CertPathValidatorException: Trust anchor...
@garrettg123 can you elaborate? Where do I make this change? My server is not local, but remote: `https://:/`. If you mean [this](https://forums.expo.dev/t/react-native-fetch-remote-http-request-throws-network-request-failed-on-android-device/34886), I doubt it would help because of the...
Same here... this is killing development...
Any news on this? I'm also trying to render Array-Object from `SimpleSchema` to `tabular` but nothing is working I've tried: `{ data: "borrowedBy.$.name", title: "Borrowed By Name" }`, `{ data:...
@arnisgailis One way to solve this is to implement that directly on the publication. This way you can get access to the `userId` properly with `this.userId`.