We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2220ded commit 312a745Copy full SHA for 312a745
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "backend-manager",
3
- "version": "2.5.50",
+ "version": "2.5.51",
4
"description": "Quick tools for developing Firebase functions",
5
"main": "src/manager/index.js",
6
"bin": {
templates/backend-manager-config.json
@@ -26,17 +26,10 @@
26
"firebaseConfig": {
27
"apiKey": "123-456",
28
"authDomain": "PROJECT-ID.firebaseapp.com",
29
- "databaseURL": "https://PROJECT-ID.firebaseio.com",
30
"projectId": "PROJECT-ID",
31
"storageBucket": "PROJECT-ID.appspot.com",
32
"messagingSenderId": "123",
33
"appId": "1:123:web:456",
34
"measurementId": "G-0123456789"
35
- },
36
- "settings": {
37
- "syncUsers": {
38
- "enabled": true,
39
- "batchSize": 10
40
- }
41
}
42
0 commit comments