objectName := "avatars/" + string(userId) + fileExtention
fileURL, err := bucket.SignedURL(objectName, &storage.SignedURLOptions{ Method: "GET", Expires: time.Date(2500, time.January, 1, 0, 0, 0, 0, time.UTC), })