How to upload media files from a server use gRPC
I’m trying to build a post microservice that allows a user to be able to create a new post with text content and media files. This service is using gRPC and written by pyhon. When a user creates a new post, I want to save the media files in firebase storage and the text content … Read more