Merge pull request #819 from baulml/master

Added missing .firebaserc_example file
This commit is contained in:
Jack 2021-01-12 18:19:17 +00:00 committed by GitHub
commit 6e456af86b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.firebaserc_example Normal file
View file

@ -0,0 +1,5 @@
{
"projects": {
"default": "your-firebase-project-id"
}
}