notifications
This commit is contained in:
@@ -8,6 +8,13 @@ exports.refList = {
|
||||
projects: admin.firestore().collection("projects"),
|
||||
playlists: admin.firestore().collection("playlists"),
|
||||
tasks: admin.firestore().collection("tasks"),
|
||||
notifications: admin.firestore().collection("notifications"),
|
||||
};
|
||||
|
||||
exports.ALERT_TYPE = {
|
||||
NEW_LIKE: "NEW_LIKE",
|
||||
NEW_COMMENT: "NEW_COMMENT",
|
||||
NEW_FOLLOWER: "NEW_FOLLOWER",
|
||||
};
|
||||
|
||||
// Exporter toutes les fonctions
|
||||
@@ -19,3 +26,4 @@ exports.projects = require("./src/project");
|
||||
exports.thumbnail = require("./src/thumbnail");
|
||||
exports.upload = require("./src/upload");
|
||||
exports.algolia = require("./src/algolia");
|
||||
exports.notifications = require("./src/notifications");
|
||||
|
||||
Reference in New Issue
Block a user