HomeArchive by Category "NodeJS"
Posted in Back-End & Database, NodeJS

Receive Mail From Email Server Using Node Js

Introduction: This topic is related to how we can fetch/send emails from an email server (gmail, yahoo, outlook, etc) with NodeJs. IMAP (Internet message access protocol): Introduction: IMAP (Internet Message Access Protocol) is a standard email protocol that stores email messages on a mail server, but allows the end user to view and manipulate the messages as […]

Posted in Back-End & Database, Express, NodeJS

Firebase Function Rest Endpoint With Node/Express

Installation Before we commence, we will need to setup firebase on our local machine environment and we can easily do this by following the steps listed below: 1. Install the Firebase CLI via npm by running the following command: npm install -g firebase-tools2. Sign into Firebase using your Google account by running the following command: firebase login3. […]