firechat and firepad installed but not fully working

This commit is contained in:
Michael Q Larson
2014-10-12 01:51:55 -07:00
parent 8e84894ba9
commit 05c31ba15d
9 changed files with 1045 additions and 338 deletions

View File

@ -6,12 +6,8 @@ var userSchema = new mongoose.Schema({
email: { type: String, unique: true, lowercase: true },
password: String,
facebook: String,
twitter: String,
google: String,
github: String,
instagram: String,
linkedin: String,
tokens: Array,
profile: {