April 2018
Intermediate to advanced
284 pages
6h 43m
English
Google App Engine is a "Platform as a Service" that abstracts away the infrastructure worries and lets you focus only on code. It provides an automatically scalable platform that scales based on the amount of traffic it receives. You just need to upload your code, and it will automatically manage the availability of your app. Google App Engine is an easy and fast way to add additional processing power or trusted execution to your Firebase application.
If you have an App Engine application, you can use the built-in App Engine APIs to share data between Firebase and App Engine, since the Firebase SDKs for Cloud Storage use the Google App Engine default bucket. This is useful for performing computation intensive background ...