(no title)
mimsee
|
5 months ago
If I wanted to achieve the same result, that is to serve assets of others from my own domain, I'd just create a custom endpoint like /api/user-avatar/:userId and an action proxies the actual image from google, maybe keep a cached copy for some time to not have to redownload the image on every request.
arcfour|5 months ago
Plus there's their Images service which could come in handy to transform them a bit, too, if you wanted.
skylurk|5 months ago