fixed typo
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user