Skip to content

Commit

Permalink
Add codebases for Python samples (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuleatt authored May 16, 2023
1 parent 5686a66 commit 3daa7a6
Show file tree
Hide file tree
Showing 60 changed files with 90 additions and 0 deletions.
1 change: 1 addition & 0 deletions Python/alerts-to-discord/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# alerts-to-discord
5 changes: 5 additions & 0 deletions Python/alerts-to-discord/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "alerts-to-discord"
}
}
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions Python/delete-unused-accounts-cron/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# delete-unused-accounts-cron
5 changes: 5 additions & 0 deletions Python/delete-unused-accounts-cron/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "delete-unused-accounts-cron"
}
}
File renamed without changes.
1 change: 1 addition & 0 deletions Python/http-flask/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# http-flask
5 changes: 5 additions & 0 deletions Python/http-flask/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "http-flask"
}
}
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions Python/post-signup-event/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# post-signup-event
5 changes: 5 additions & 0 deletions Python/post-signup-event/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "post-signup-event"
}
}
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions Python/quickstarts/auth-blocking-functions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# auth-blocking-functions
5 changes: 5 additions & 0 deletions Python/quickstarts/auth-blocking-functions/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "auth-blocking-functions"
}
}
1 change: 1 addition & 0 deletions Python/quickstarts/callable-functions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# callable-functions
5 changes: 5 additions & 0 deletions Python/quickstarts/callable-functions/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "callable-functions"
}
}
1 change: 1 addition & 0 deletions Python/quickstarts/custom-events/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# custom-events
5 changes: 5 additions & 0 deletions Python/quickstarts/custom-events/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "custom-events"
}
}
File renamed without changes.
1 change: 1 addition & 0 deletions Python/quickstarts/https-time-server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# https-time-server
5 changes: 5 additions & 0 deletions Python/quickstarts/https-time-server/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "https-time-server"
}
}
1 change: 1 addition & 0 deletions Python/quickstarts/pubsub-helloworld/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# pubsub-helloworld
5 changes: 5 additions & 0 deletions Python/quickstarts/pubsub-helloworld/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "pubsub-helloworld"
}
}
1 change: 1 addition & 0 deletions Python/quickstarts/uppercase-firestore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# uppercase-firestore
5 changes: 5 additions & 0 deletions Python/quickstarts/uppercase-firestore/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "uppercase-firestore"
}
}
1 change: 1 addition & 0 deletions Python/quickstarts/uppercase-rtdb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# uppercase-rtdb
5 changes: 5 additions & 0 deletions Python/quickstarts/uppercase-rtdb/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "uppercase-rtdb"
}
}
File renamed without changes.
1 change: 1 addition & 0 deletions Python/remote-config-diff/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# remote-config-diff
5 changes: 5 additions & 0 deletions Python/remote-config-diff/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "remote-config-diff"
}
}
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions Python/taskqueues-backup-images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# taskqueues-backup-images
5 changes: 5 additions & 0 deletions Python/taskqueues-backup-images/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "taskqueues-backup-images"
}
}
File renamed without changes.
1 change: 1 addition & 0 deletions Python/testlab-to-slack/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# testlab-to-slack
5 changes: 5 additions & 0 deletions Python/testlab-to-slack/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "testlab-to-slack"
}
}
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions Python/thumbnails/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# thumbnails
5 changes: 5 additions & 0 deletions Python/thumbnails/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"functions": {
"codebase": "thumbnails"
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 3daa7a6

Please sign in to comment.