Hi everyone who follows this publication. This is short note to tell you that I’m discontinuing it. I’ve stopped working on…
Adding python appengine APIs to a firebase front end app, which respect firebase authentication
This article is part 2 of Truly Authul:
Making a minimal Python App Engine app that implements Firebase Authentication
In this previous article, I said I had a new year’s resolution to stop dealing directly with user authentication, and wrote about using Firebase and App Engine together.
Note: Now find the make_flash() function in im-util, repo is here: https://github.com/emlynoregan/im_util
Modern cloud based systems are a true wonder of the world.
Only a very short time ago, if you wanted to build computer systems at scale, you had to own servers and networks and…
Transactional Contention is $O(N²)
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