I am currently developing a webapp and a feature is for the user to be able to download invoices and product info in the form of pdfs.
Right now i am using base64 as text and sending it through the API. Is this bad practice, and if so are there any other methods you can use with Postgrest to send files?