Carter Roeser
Results
42
comments of
Carter Roeser
Just wanted to provide an update to this. While I was able to convert my app to use Firestore for the time being, it is a messaging app, and it...
The `UnhandledPromiseRejection` is because I wasn't handling nested promise rejections in `generateImage()`, but that's resolved now in [d43195a](https://github.com/cdgco/dream-api/commit/d43195a03d45c2213e17f299a527b2137bb62fb8) which I'll publish in v2.0.1. No need to add `.catch()` to `generateImage`...