Shubham Singh
02/18/2023, 2:48 PMFirebase Storage
alternative that integrates well with Ktor server? I'm trying to build a hobby project and don't want to depend on something like AWS S3 that will expire within an year and I'll have to change my code then. Sure, I'll have to use S3 only if nothing else works, but I'm dropping a message here just in a hope that I'll find something better.
So my only usage right now is going to be getting an image from the user for their profile picture, host it on some online storage solution, get its link, and store that link in a PostgreSQL DB along with that user's other basic details like name, email, etc.ayodele
02/18/2023, 7:25 PMShubham Singh
02/18/2023, 7:30 PMFirebase Storage
using Ktor Client though? 🤔 I didn't think it was possible. Do they have any REST endpoints for Storage
?ayodele
02/18/2023, 7:31 PMCan we upload files to Firebase Storage using Ktor Client though? 🤔 I didn't think it was possible. Do they have any REST endpoints for Storage?
I mean using their respective client libraries.
Shubham Singh
02/18/2023, 7:32 PMcommonMain
anywaysayodele
02/18/2023, 7:34 PMAnd your Google Drive idea seems good!
For google drive it's easy to upload from client or server. Which ever way, but we upload from the client.