Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/markshust/firebase-express-proxy
- Owner: markshust
- Created: 2015-02-19T18:50:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T18:50:49.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T00:43:46.495Z (8 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.