Skip to content
Snippets Groups Projects

KIA -13515016 - Kevin Erdiza Yogatama

Viewing commit 7e37e5e2
Show latest version
3 files
+ 6
3
Preferences
Compare changes
Files
3
var mongoose = require("mongoose");
var fcmTokenSchema = new mongoose.Schema({
id : String,
id : Number,
token: String
});