Files
.github
.husky
firebase-project
.firebaserc
.gitignore
firebase.json
firestore.indexes.json
firestore.rules
storage.rules
public
scripts
src
.dockerignore
.editorconfig
.env.development
.env.production
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.lintstagedrc.js
.npmrc
.nvmrc
.prettierignore
.watchmanconfig
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
crowdin.yml
docker-compose.yml
package.json
tsconfig-types.json
tsconfig.json
vercel.json
yarn.lock
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"
}
}