Added missing .firebaserc_example file

This commit is contained in:
paul 2021-01-12 02:28:51 +01:00 committed by GitHub
parent dbcd934970
commit 3b50a7c9cc
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"
}
}