adding stuff for stuff

This commit is contained in:
Arjun Patel
2022-01-27 21:46:13 -08:00
parent fd19b0f1bf
commit 133d5f02d0
4 changed files with 49 additions and 12 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ admin.initializeApp();
export const helloWorld = functions.https.onRequest((request, response) => {
functions.logger.info("Hello no!", { structuredData: true });
response.send("Hello from woahhhhhh!");
});
})
import { agoraToken } from "./agora";
exports.agoraToken = agoraToken;
// import { inviteUserToTeam } from "./notifications";
// exports.inviteUserToTeam = inviteUserToTeam;