-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a7e5cb
commit 3721d5d
Showing
1 changed file
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,3 @@ | ||
# Experimental extensions | ||
|
||
This repository contains the source for experimental extensions. Created by Google Cloud, these experimental extensions may be useful in your project, but *don't have the same level of testing and support as the [official extensions](https://github.com/firebase/extensions)*. | ||
|
||
> New to Extensions? You can learn more at the [Firebase Extensions product page](https://firebase.google.com/products/extensions). | ||
Each directory in this repo contains the source code for an extension and a README to explain how the extension works, including information about the APIs enabled, resources created, and the access granted to the extension. | ||
|
||
## List of experimental extensions | ||
|
||
> Want to install one of these? Visit each extension's linked README for installation instructions. | ||
### [Label Videos with Video Intelligence API](/storage-label-videos#storage-label-videos) | ||
|
||
Extracts labels from your videos uploaded to Storage and writes the extracted labels to Storage as a JSON file. | ||
|
||
### [Transcode Videos with Transcoder API](/storage-transcode-videos#storage-transcode-videos) | ||
|
||
Transcode video files into formats suitable for consumer distribution. | ||
|
||
![Status: Experimental](https://img.shields.io/badge/Status-Experimental-blue) | ||
|
||
This repository is maintained by Googlers but is not a supported Firebase product. Issues here are answered by maintainers and other community members on GitHub on a best-effort basis. | ||
This repository contains the source for Firebase Extensions produced by the Google Cloud team. | ||
|
||
To view more details about them including stats, configuration, latest versions, and to install them go to [extensions.dev](extensions.dev). |