Skip to content

Fix README.md #1209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ This quickstart demonstrates using **Cloud Functions** with an HTTPS trigger tha

### Cloud Storage trigger quickstart: Thumbnail generator

- [Node 2nd gen](/Node/quickstarts/https-time-server/)
- [Python](/Python/quickstarts/https-time-server/)
- [Node 1st gen](/Node-1st-gen/quickstarts/https-time-server/)
- [Node 2nd gen](/Node/quickstarts/thumbnails/)
- [Python](/Python/quickstarts/thumbnails/)
- [Node 1st gen](/Node-1st-gen/quickstarts/thumbnails/)

This quickstart sample demonstrates using **Cloud Functions** triggered by **Firebase Storage events**. The function generates a thumbnail of uploaded images.

Expand Down Expand Up @@ -94,7 +94,7 @@ This quickstart sample demonstrates using **Cloud Functions** triggered by **Pub
- [Node 2nd gen](/Node/quickstarts/testlab-matrix-completed/)
- [Python](/Python/quickstarts/testlab-matrix-completed/)

### Firebase Alerts trigger quickstart: Send crash reports to Discord](/2nd-gen/alerts-to-discord/)
### Firebase Alerts trigger quickstart: Send crash reports to Discord

- [Node 2nd gen](/Node/alerts-to-discord/)
- [Python](/Python/alerts-to-discord/)
Expand Down