feat: test publish to youtube
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
require("dotenv").config();
|
||||
|
||||
const admin = require("firebase-admin");
|
||||
|
||||
// Use default credentials/environment provided by Cloud Functions.
|
||||
@@ -45,3 +47,4 @@ exports.algolia = require("./src/algolia");
|
||||
exports.notifications = require("./src/notifications");
|
||||
exports.rankings = require("./src/rankings");
|
||||
exports.payouts = require("./src/payouts");
|
||||
exports.youtube = require("./src/youtube");
|
||||
|
||||
Reference in New Issue
Block a user