https://github.com/bkraad47/expressjs-https-firebase-auth-restful-framework
A simple ExpressJS HTTPS Firebase Auth Restful Websiervices Framework
https://github.com/bkraad47/expressjs-https-firebase-auth-restful-framework
Last synced: about 2 months ago
JSON representation
A simple ExpressJS HTTPS Firebase Auth Restful Websiervices Framework
- Host: GitHub
- URL: https://github.com/bkraad47/expressjs-https-firebase-auth-restful-framework
- Owner: bkraad47
- Created: 2017-02-03T04:29:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T04:34:16.000Z (over 8 years ago)
- Last Synced: 2025-02-15T22:42:57.981Z (4 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Node.JS - ExpressJS - Firebase Authenticated HTTPS Restful Webservices Framework
by Badruddin KamalThis is a simple Node.JS resfult framework that is built on expressJS and uses HTTPS.
It has been built to simplify Firebase webservices deployment and demonstrate secure Restful webservice creation with Firebase.
Ideally, it is geared towards Firebase developers who need to create backend webservices,as a mechanism for fast deployment.Dependencies:
Node.JS
ExpressJS
CORS
https
fs
FirebaseResources:
Firebase - https://www.firebase.com/docs/
Express - https://expressjs.com/
Cors - https://www.npmjs.com/package/cors
HTTPS - http://blog.mgechev.com/2014/02/19/create-https-tls-ssl-application-with-express-nodejs/
FS - http://blog.mgechev.com/2014/02/19/create-https-tls-ssl-application-with-express-nodejs/Deployment:
You will need to create a node project and add the dependencies to your node project and configure the package,json accordingly.
Further you will need to create and add the HTTPS certificate to the service, for this it is advisable to read up on the HTTPS resource blog post
by Minko Gechev here - http://blog.mgechev.com/2014/02/19/create-https-tls-ssl-application-with-express-nodejs/Note *** your request body should contain the following fields.
Token: From Firebase session
uid: From Firebase sessionHappy Coding :)