Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thebstar/firebase_asssignment
- Owner: theBstar
- Created: 2018-09-15T19:11:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:24:08.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T14:37:15.588Z (9 months ago)
- Topics: expres, firebase, html, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 485 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.