Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/markshust/firebase-express-proxy

This script creates a simple proxy which passes GET requests to Firebase.
https://github.com/markshust/firebase-express-proxy

Last synced: about 2 months ago
JSON representation

This script creates a simple proxy which passes GET requests to Firebase.

Awesome Lists containing this project

README

        

firebase-express-proxy
======================

This script creates a simple proxy which passes GET requests to Firebase.

This is useful if you have your own custom domain that you want to use with
Firebase for GET requests, and have simple needs.

Usage
-----

Run the server.js file with node:

```
node server.js
```

Options
-------

- `fbUrl`: *(default: 'https://your-instance.firebaseio.com')* The URL of your firebase instance, without the trailing slash.
- `proxyPath`: *(default: '/api')* The path to route requests through. Set to null to listen on root.