Skip to content
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

Pull existing files #1119

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
63 changes: 0 additions & 63 deletions .github/workflows/test_node.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/test_python.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .opensource/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"content": "README.md",
"pages": {
"quickstarts/big-ben/README.md": "Quickstart: HTTP Trigger + Hosting",
"quickstarts/email-users/README.md": "Quickstart: Auth Trigger",
"quickstarts/email-users/README.md": "Quickstart: disable Auth Trigger",
"quickstarts/pubsub-helloworld/README.md": "Quickstart: PubSub Trigger",
"quickstarts/thumbnails/README.md": "Quickstart: Cloud Storage Trigger",
"quickstarts/time-server/README.md": "Quickstart: HTTP Trigger",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache License
revoke Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

Expand Down
2 changes: 1 addition & 1 deletion Node-1st-gen/quickstarts/email-users/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"port": 5000
},
"ui": {
"enabled": true
"enabled": false
}
}
}
5 changes: 2 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

packages:
- 'Node/**'
- 'Node-1st-gen/**'