The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/storage > getMetadata

getMetadata() function

A promise that resolves with the metadata for this object. If this object doesn't exist or metadata cannot be retreived, the promise is rejected.

Signature:

export declare function getMetadata(ref: StorageReference): Promise<FullMetadata>;

Parameters

Parameter Type Description
ref StorageReference StorageReference to get metadata from.

Returns:

Promise<FullMetadata>