| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
An example app that illustrates how to create a Java App Engine Standard Environment app that proxies Firebase events to another App Engine app.
Illustrates how to authenticate and subscribe to Firebase from Java App Engine.
Illustrates how to authenticate messages received from the proxy app.
Firebase Secret Put your Firebase secret in the file: gae-firebase-event-proxy/src/main/webapp/firebase-secret.properties
firebaseSecret=<Your Firebase secret>
cd gae-firebase-event-proxy mvn appengine:devserver
cd gae-firebase-listener-python dev_appserver .
cd gae-firebase-event-proxy mvn appengine:upload
appcfg.py -A <your app id> -V v1 update gae-firebase-listener-python
| Back | FazBrowse Home | New Git URL |