Denis Loginov

Results 152 comments of Denis Loginov

@0x80 I copy `package.json`to `api/dist` and point `firebase.json` to `api/dist` so only the "built" files are packaged inside the cloud function. I'm not sure what will happen if I point...

We have the same issue with `cloud-firestore-emulator-v1.11.2.jar`. What's weirder, it works on one developer's laptop and not another. Same code, same versions of everything (including Java).

FWIW it does work with Angular (4.x), though I've only tested with Webpack. I only needed to install `amazon-cognito-auth-js` package through NPM (_without_ `aws-sdk`), and imported `CognitoAuth` using ``` import...

Typings are not needed here, the module already contains ES6 classes to support TypeScript out of the box afaik.

At the risk of citing a competitor solution, there's a very thorough guide from Auth0 on how to configure Angular (2+) with their library [1]. I followed it almost to...

@yhedaoo yes, everything @rcfrias said needs to fall into place (although "code" method is not needed for Angular, unless it's server-side rendered). You do need to configure a /login route...

@iamcootis sorry, not sure how to help. Generally, your Angular Router should be set up to direct your callback route to the Auth component that will invoke `authService.login()` when hit....

Alas I cannot verify this as we moved to Firebase. If others can confirm, I'll close it.

Agreed - perhaps it’s worth prototyping name regex checks as a good start. I think the suggested edits could be returned as messages with `pos` that spans the start and...

Hi @whitlockjc - would you have any update on this? Would really like to use `ajv`, as it tends to provide more detailed error messages.