We are going continue with Firebase Functions in this post. We will start to see the power of Functions and how we can take advantage of them.
35. Media Library - Firebase Functions - Getting Started
We are going to go on a tiny detour here. To this point we have been working in our React application. In this post I want to create some back-end helper functions. To do that we are going to create a new nodejs project.
34. Media Library - Manage Images
In this post we will create the ability to manage an image - update the metadata or delete the image.
33. Media Library - Uploading Images, Part 2
In this post we continue working on the pieces needed to manage and upload images in the GUI.
32. Media Library - Uploading Images, Part 1
In this post we will start to put the pieces in place to manage and upload images in the GUI.
31. Media Library - Getting Started With Images
At this point we can finally start to think about loading images to the system. However, before we start uploading images we need to put the pieces in place to store data relating to images.
30. Media Library - Admin Property
We previously created a landing page to administer or manage a property but we have left it blank to this point. In this post we will work on this page.
29. Media Library - More Testing
We have written a lot of code in past few posts. I want to add tests and also I want to see if there are opportunities to standardize the way we approach testing of the different "things" we are creating.
AWS Amplify Authorization Pattern
In this post I want to discuss one option for authorizing users to do "stuff" in a React web app built using AWS Amplify. We've walked through the process for creating React web apps that leverage AWS Amplify in other posts so I am going to assume if you are reading this you are familiar with the process.
28. Media Library - Settings Front-end
In this post we will begin wiring up the ability to manage settings in our GUI.