Authentication in meteor with third party

how can we login with facebook/gmail in meteor app

There are packages for facebook, twitter and google.

These are the packages:

  • accounts-facebook
  • accounts-google
  • accounts-twitter

You should probably read through the meteor tutorials, it has a page dedicated to user accounts!