ci(docs-infra): do not deploy Firebase Realtime Database rules (#34696)

Currently, the angular.io projects do not use Firebase's Realtime
Database and therefore we only need to configure and deploy changes for
`hosting`.

This commit removes the unused Realtime Database related configs and
files.

PR Close #34696
This commit is contained in:
George Kalpakas 2020-01-09 16:56:41 +02:00 committed by atscott
parent 25eaff447a
commit b3441eea4c
2 changed files with 0 additions and 9 deletions

View File

@ -1,6 +0,0 @@
{
"rules": {
".read": "auth != null",
".write": "auth != null"
}
}

View File

@ -1,7 +1,4 @@
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "dist",
"cleanUrls": true,