Skip to content
Antony Budianto edited this page Mar 9, 2017 · 9 revisions

Welcome to the express-firebase-middleware wiki!

Introduction

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.

Express Firebase starter

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


Clone this wiki locally