Skip to content
Snippets Groups Projects
Commit f1d1625d authored by adyanf's avatar adyanf
Browse files

add fcm token models

parent 47e4ff5a
1 merge request!43KIA -13515016 - Kevin Erdiza Yogatama
var mongoose = require("mongoose");
var fcmTokenSchema = new mongoose.Schema({
email : String,
token: String
});
module.exports = mongoose.model("FcmToken", fcmTokenSchema);
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment