Skip to content

Commit 312a745

Browse files
committed
Removed databaseURL from required settings
1 parent 2220ded commit 312a745

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend-manager",
3-
"version": "2.5.50",
3+
"version": "2.5.51",
44
"description": "Quick tools for developing Firebase functions",
55
"main": "src/manager/index.js",
66
"bin": {

templates/backend-manager-config.json

-7
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,10 @@
2626
"firebaseConfig": {
2727
"apiKey": "123-456",
2828
"authDomain": "PROJECT-ID.firebaseapp.com",
29-
"databaseURL": "https://PROJECT-ID.firebaseio.com",
3029
"projectId": "PROJECT-ID",
3130
"storageBucket": "PROJECT-ID.appspot.com",
3231
"messagingSenderId": "123",
3332
"appId": "1:123:web:456",
3433
"measurementId": "G-0123456789"
35-
},
36-
"settings": {
37-
"syncUsers": {
38-
"enabled": true,
39-
"batchSize": 10
40-
}
4134
}
4235
}

0 commit comments

Comments
 (0)