Hey, I’m a newbie using meteor so I’m still getting to know it. I created an app and followed the user accounts guide by running the following commands:
-meteor add useraccounts:materialize
-meteor add materialize:materialize
-meteor add accounts-password
-meteor add accounts-facebook
-meteor add accounts....
After creating a template with the line {{> atForm}} and running the app i noticed that it never shows the external login buttons, from facebook and etc as it should. It only shows the email and passord field for local authentication.
I’ve also tried with bootstrap and it doesn’t works.
Any clues on what might be the problem?
UPDATE: It was missing the configuration