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?
, Firebase . Java Admin SDK 4.0.4. (Frontend Instance)
,
Firebase Google App Engine
Firebase Authentication App Engine.
Python, Java. , , , Firebase JWT script, , Firebase auth.
HTML Javascript . - Java.
, .
Source: https://habr.com/ru/post/1664399/More articles:Access to multiple elements of an array - pythonDo I need to add CHAR (13) to put_line () in Oracle to use fflush ()? - oracle&& The operator changes the order of the result - sql$ parsers and $ formatters are called only once, and not every time the value is updated - javascriptCocoapods + Command Line Tool - dyld: library not loaded: @ rpath / Realm.framework / Versions / A / Realm - swiftCheck Firebase token in Google App Engine - javaPossible error in Chrome when using CSS perspective - javascriptHow to create mysql database with sequelize (nodejs) - databaselayered laravel relationships - phpFailed to resolve com.github.chrisbanes: PhotoView: 1.3.1 - androidAll Articles