Files
.github
firebase-project
.firebaserc
.gitignore
firebase.json
firestore.indexes.json
firestore.rules
public
scripts
src
.dockerignore
.editorconfig
.env
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.lintstagedrc.js
.npmrc
.nvmrc
.prettierignore
.prettierrc
.watchmanconfig
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
crowdin.yml
docker-compose.yml
now.json
package-lock.json
package.json
tsconfig.json
excalidraw/firebase-project/.firebaserc
Pete Hunt d0985fe67a Persistent rooms via Firebase ()
* Periodically back up collaborative rooms in firebase

* Responses to code review

* comments from code review, new firebase credentials
2020-10-04 11:12:47 -07:00

6 lines
69 B
Plaintext

{
"projects": {
"default": "excalidraw-room-persistence"
}
}