Skip to content

Commit

Permalink
Added cloud function to disable sign ups
Browse files Browse the repository at this point in the history
- Also, removed ignored items in functions directory.
  • Loading branch information
BenjaVR committed Dec 19, 2018
1 parent e6d6633 commit 13650bd
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 4,136 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
{
"type": "npm",
"script": "all",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
}
8 changes: 2 additions & 6 deletions functions/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
## Compiled JavaScript files
**/*.js
**/*.js.map

# Typescript v1 declaration files
typings/
node_modules/
dist/
4 changes: 0 additions & 4 deletions functions/dist/index.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions functions/dist/shared/firebase/interfaces.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions functions/dist/shared/models/LoginDetails.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions functions/dist/shared/models/School.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions functions/dist/shared/translations/En.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions functions/dist/shared/translations/Nl.d.ts

This file was deleted.

16 changes: 0 additions & 16 deletions functions/dist/shared/translations/types.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions functions/dist/shared/validators/FirebaseValidator.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions functions/dist/shared/validators/StringValidator.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions functions/dist/shared/validators/ValidationError.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions functions/dist/shared/validators/ValidationResult.d.ts

This file was deleted.

Loading

0 comments on commit 13650bd

Please sign in to comment.