This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The Cloud Functions for Firebase SDK to create Cloud Functions and setup triggers. | |
const functions = require('firebase-functions'); | |
// The Cloud Functions for Firebase SDK to access database | |
const admin = require('firebase-admin'); | |
// Init | |
admin.initializeApp(functions.config().firebase); | |
/** |