-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Antony Budianto edited this page Mar 9, 2017
·
9 revisions
Welcome to the express-firebase-middleware wiki!
If you have an existing Express server and want to serve your Firebase apps, you can install this middleware!
The middleware can handle Firebase Authentication check for you, and if the token is valid, you will get the decoded token on the response.
If you just started using Firebase as serverless and want to start using server, you can look at express-firebase starter which used this middleware
If you have any specific needs, feel free to fork or copy/modify the middleware to your project.