Firebase Authentication with App Engine Auto Scale

I am trying to prototype using Firebase on AppEngine, and I continue to use the 9 hour quota as described here: https://cloud.google.com/solutions/mobile/firebase-app-engine-android-studio#configuring_the_app_engine_backend_to_use_manual_scaling

The document states the following:

To use Firebase with a regular App Engine environment, you must use manual scaling. This is because Firebase uses background threads to listen for changes, and the standard App Engine allows long background threads to be used only for manually scaled backend instances.

I just use Firebase Authentication and need to verify that clients click on the endpoints of my application that I use with the Firebase Admin SDK. do you still need to spawn threads to listen to changes? Is there a way to configure Firebase so that they do not need these background threads and therefore do not need manual scaling?

OR is there any other easy way to do basic OAUTH authentication for anonymous and different social providers?

+4
source share
2 answers

, Firebase . Java Admin SDK 4.0.4. (Frontend Instance)

,

Firebase Google App Engine

+1

Firebase Authentication App Engine.

Python, Java. , , , Firebase JWT script, , Firebase auth.

HTML Javascript . - Java.

, .

+1

Source: https://habr.com/ru/post/1664399/


All Articles