From 36af9d5c5eeced24cc84ead73d48b0f546149283 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Tue, 24 Nov 2020 11:00:27 +0530 Subject: [PATCH] Correcting the placeholder in firestore form.json --- .../firestorePlugin/src/main/resources/form.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/appsmith-plugins/firestorePlugin/src/main/resources/form.json b/app/server/appsmith-plugins/firestorePlugin/src/main/resources/form.json index cc55b206b7..63181c03b8 100644 --- a/app/server/appsmith-plugins/firestorePlugin/src/main/resources/form.json +++ b/app/server/appsmith-plugins/firestorePlugin/src/main/resources/form.json @@ -9,7 +9,7 @@ "configProperty": "datasourceConfiguration.url", "controlType": "INPUT_TEXT", "isRequired": true, - "initialValue": "something.firebase.io" + "placeholder": "https://your-project-id.firebaseio.com" }, { "label": "Project Id",