Skip to content

Commit

Permalink
Merge 54287ab into c4ac69f
Browse files Browse the repository at this point in the history
  • Loading branch information
mettke committed Jun 29, 2017
2 parents c4ac69f + 54287ab commit 244f779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/uploading-downloading-binary-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The Cloud Storage for Firebase service is created with several special `$` metho
| Method | Description |
| ------------- | ------------- |
| [`$put(file, metadata)`](/docs/reference.md#putfile-metadata) | Uploads file to configured path with optional metadata. Returns an AngularFire wrapped [`UploadTask`](/docs/reference.md#upload-task). |
| [`$putString(string, format, metadata)`](/docs/reference.md#putstringstring-format-metadata) | Uploads a upload a raw, base64, or base64url encoded string with optional metadata. Returns an AngularFire wrapped [`UploadTask`](/docs/reference.md#upload-task). |
| [`$putString(string, format, metadata)`](/docs/reference.md#putstringstring-format-metadata) | Uploads a raw, base64, or base64url encoded string with optional metadata. Returns an AngularFire wrapped [`UploadTask`](/docs/reference.md#upload-task). |
| [`$getDownloadURL()`](/docs/reference.md#getdownloadurl) | Returns a `Promise` fulfilled with the download URL for the file stored at the configured path. |
| [`$getMetadata()`](/docs/reference.md#getmetadata) | Returns a `Promise` fulfilled with the metadata of the file stored at the configured path. |
| [`$updateMetadata(metadata)`](/docs/reference.md#updatemetadatametadata) | Returns a `Promise` containing the updated metadata. |
Expand Down

0 comments on commit 244f779

Please sign in to comment.