Export API to Firebase Cloud Functions

PHOTO EMBED

Wed Jun 23 2021 15:17:42 GMT+0000 (Coordinated Universal Time)

Saved by @joeavargas

// Export the API to Firebase Cloud Functions
exports.app = functions.https.onRequest(app);
content_copyCOPY