Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thebstar/firebase_asssignment

Firebase project. Write to the real time db and send a mail . Go through the readme to know more.
https://github.com/thebstar/firebase_asssignment

expres firebase html javascript nodejs

Last synced: 11 days ago
JSON representation

Firebase project. Write to the real time db and send a mail . Go through the readme to know more.

Awesome Lists containing this project

README

        

#Programming Assignment for Back-End Developer

This app uses firebase to store user info in a node users
another node UserInformation is updated automatically on every
new user added to the users node.
After this the app sends an email to the user.

##Guide to run the app

1. Clone the repo
2. Go to the project folder and Run npm install
3. Start a firebase project
4. Now get your firebase sdk private key by going to project>setting>service accounts
5. Add the private key to your project folder
6. Goto project > app > dbHandler and update the address on the 4th line
7. Create a Real Time Database and copy the url (db url) paste on the 11th line.
8. Goto project > app > mailer and update the 5th and 6th line with your emailid and password
9. Please provide your feedback.