Skip to content
Snippets Groups Projects

KIA -13515016 - Kevin Erdiza Yogatama

Viewing commit a38c8f74
Show latest version
3 files
+ 27
16
Preferences
Compare changes
Files
3
  • a38c8f74
    edit · a38c8f74
    adyanf authored
var mongoose = require("mongoose");
var fcmTokenSchema = new mongoose.Schema({
id : String,
id : Number,
token: String
});