Skip to content

Incorrect Bucket File download Api #163

@hadson19

Description

@hadson19

I've looked into the code Firebase Bucket Storage File (firebase-admin: "8.3.0") and found that when we call download - the content should be returned in any case..

  export declare type DownloadResponse = [Buffer];
  export declare type DownloadCallback = (err: RequestError | null, contents: Buffer) => void;

What do you think about this?
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions