Lowell List
Lowell List
works: ``` await FileSystem.downloadAsync(downloadURL, filePath) ``` does not work: ``` const downloadResumable = FileSystem.createDownloadResumable( downloadURL, filePath, {}, progressCallback, ) await downloadResumable.downloadAsync() ``` ...but if we want the progress callback (for...
Not working for me either. I press Register, all appears fine, I complete the puzzle, and then see this: But what is the error? None of the fields are highlighted...
It was my gmail account which uses a custom domain. I added a `+cocos` to my email, like `[email protected]`, and that's what seemed to make it work. [Google Plus Addressing](https://gmail.googleblog.com/2008/03/2-hidden-ways-to-get-more-from-your.html)
My custom User model (named PortalUser) is now being auto-created by `loopback-component-passport` with these steps: 1) Create custom user, user identity, and user credential models that extend from the provided...