Skip to content

Commit

Permalink
Delete remaining testing samples
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Jun 26, 2020
1 parent 346edf5 commit cc6d17d
Show file tree
Hide file tree
Showing 28 changed files with 3 additions and 713 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ These quickstarts show you how to use Firebase products from your Node.js server

## Testing Quickstarts

These quickstarts show you how to use the Firebase Local Emulators to test your Firebase app;
The testing quickstarts previously available in this repository have
moved to a new location:

* [database-emulator/javascript-quickstart](database-emulator/javascript-quickstart/README.md) - demonstrates how to write unit tests for Security Rules using the Realtime Database emulator and the `@firebase/testing` SDK in JavaScript.
* [database-emulator/typescript-quickstart](database-emulator/typescript-quickstart/README.md) - demonstrates how to write unit tests for Security Rules using the Realtime Database emulator and the `@firebase/testing` SDK in TypeScript.
* [firestore-emulator/javascript-quickstart](firestore-emulator/javascript-quickstart/README.md) - demonstrates how to write unit tests for Security Rules using the Cloud Firestore emulator and the `@firebase/testing` SDK in JavaScript.
* [firestore-emulator/typescript-quickstart](firestore-emulator/typescript-quickstart/README.md) - demonstrates how to write unit tests for Security Rules using the Cloud Firestore emulator and the `@firebase/testing` SDK in TypeScript.
* [firestore-emulator/browser-quickstart](firestore-emulator/browser-quickstart/README.md) - demonstrates connecting a web application to the Cloud Firestore emulator.
https://github.com/firebase/quickstart-testing

## How to make contributions?

Expand Down
10 changes: 0 additions & 10 deletions database-emulator/typescript-quickstart/.eslintrc

This file was deleted.

2 changes: 0 additions & 2 deletions database-emulator/typescript-quickstart/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions database-emulator/typescript-quickstart/.npmignore

This file was deleted.

50 changes: 0 additions & 50 deletions database-emulator/typescript-quickstart/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions database-emulator/typescript-quickstart/database.rules.json

This file was deleted.

10 changes: 0 additions & 10 deletions database-emulator/typescript-quickstart/firebase.json

This file was deleted.

20 changes: 0 additions & 20 deletions database-emulator/typescript-quickstart/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions database-emulator/typescript-quickstart/test/mocha.opts

This file was deleted.

146 changes: 0 additions & 146 deletions database-emulator/typescript-quickstart/test/test.ts

This file was deleted.

9 changes: 0 additions & 9 deletions database-emulator/typescript-quickstart/tsconfig.json

This file was deleted.

1 change: 0 additions & 1 deletion firestore-emulator/browser-quickstart/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions firestore-emulator/browser-quickstart/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions firestore-emulator/browser-quickstart/firebase.json

This file was deleted.

3 changes: 0 additions & 3 deletions firestore-emulator/browser-quickstart/firestore.indexes.json

This file was deleted.

7 changes: 0 additions & 7 deletions firestore-emulator/browser-quickstart/firestore.rules

This file was deleted.

Loading

0 comments on commit cc6d17d

Please sign in to comment.