From 1002fb34105091f6fd7281429e7a6e81d65e1bac Mon Sep 17 00:00:00 2001 From: Peter Svensson Date: Tue, 2 Jul 2019 20:44:43 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a662ad..e6226c7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A node-red module that wraps the server-side admin SDK of firebase, firestore, The main difference of this module and all other firebase/store modules for node-red is that it takes a service account credential token as configuration. -This means that the nodes can run outside of the normal security rules, in admin mode, which is usefule when running on the back-end. +This means that the nodes can run outside of the normal security rules, in admin mode, which is useful when running on the back-end. The configuration needs two parameters, the first is the text of the service account credentials private key file. This can be found by going to the firebase console, then to the cogwheel icon at the top left then to project settings and then "Service Accounts". Click "Generate new private key)". The second parameter is the database url for the database, and th url has the format of "https://myprojectname.firebaseio.com" and can also be fpund in the above place in the firebase console.