Nikos

Results 224 comments of Nikos

Hi mate, I've kinda lost focus on AWS for now, learning Firebase as it seems to be more straightforward for front end devs to make apps..

@laardee I'm creating an app in the console now to try..

So I added it: ![image](https://cloud.githubusercontent.com/assets/216566/24513239/9cad013a-1568-11e7-95b6-c1e97d82202c.png) but after auth with google ![image](https://cloud.githubusercontent.com/assets/216566/24513289/bb0f6aaa-1568-11e7-8dd4-64b686e7d353.png) I get: ![image](https://cloud.githubusercontent.com/assets/216566/24512653/15ba4940-1567-11e7-9acd-9adf85684ed9.png) ![image](https://cloud.githubusercontent.com/assets/216566/24513204/8b9a7bd4-1568-11e7-94c3-40f37d72773b.png)

Heres my sign in file: ```js 'use strict'; // Config const slsAuth = require('serverless-authentication'); const config = slsAuth.config; const utils = slsAuth.utils; // Providers const facebook = require('serverless-authentication-facebook'); const google...

I'm going to try debug locally with https://github.com/dherault/serverless-offline#debug-process

So I don't get the error now, but I'm not getting the authenticate state now in the client after I click google sign-in ![image](https://cloud.githubusercontent.com/assets/216566/24571313/446ff2d8-1668-11e7-90e4-2172e3ddcaff.png) I've not used Docker locally, I'll...

wow this is pretty slick https://store.docker.com/editions/community/docker-ce-desktop-mac/plans/docker-ce-desktop-mac-tier?tab=instructions

What store dynamodb did you use? https://store.docker.com/

So it seems this project only supports login in if you have another provider like google and fb? Does this example allow users to register via email+pass?