Adding python appengine APIs to a firebase front end app, which respect firebase authentication
This article is part 2 of Truly Authul:
Note: You should now use the python package https://pypi.org/project/im-debouncedtask/ to use @debouncedtask. The repo is here: https://github.com/emlynoregan/im_debouncedtask
In the last article I showed how you can use adaptive sharding (Sharding Inception!) and @task to visit n Datastore…
Note: For the latest on @task, see:
I’ve been using the deferred library since I started building python apps on Google App Engine. That is, I’ve been…
deferred
When we write application software for a single computer, we use a model more or less…