Skip to content

Commit 7f4c30f

Browse files
Austin EldridgeAustin Eldridge
authored andcommitted
A few README things that I missed...
1 parent 2f7fc30 commit 7f4c30f

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ The goal of this project is to provide an elegant GUI that allows you to interac
77

88
As a side benefit, these nodes should be a natural complement to the data explorer interface offered by the Firebase Forge and a faster/easier to use tool than diving straight into the programming libraries offered for all of the <A HREF="https://www.firebase.com/docs/">Firebase supported platforms</A>.
99

10-
This project is a work in progress and currently only supports connections to Firebases without Authentication or those secured with Email and Password Authentication (other flavors are coming...)
1110

1211
#Install
1312

@@ -17,7 +16,9 @@ Run the following command after you have done a global install of Node-RED (as d
1716

1817
##Manual Installation
1918
#####The following instructions assume a standard installation of Node-Red. Please adjust directories accordingly if a non-standard installation is used.
19+
2020
#####The Node-Red _user directory_ is printed to the Terminal whenever Node-Red is launched.
21+
2122
#####Windows users will need to replace "$HOME" with "%HOMEPATH%" and replace forwardslashes with backslashes.
2223

2324
To manually install :
@@ -54,14 +55,9 @@ To use the nodes, launch Node-RED (see <A HREF="http://nodered.org/docs/getting-
5455
The firebase nodes will appear in their own "firebase" catagory on the Node-Red pallet. Drag and drop any node onto the canvas and configure as you would any other node-red node. Node specific configuration information for each node is included in the info pane in Node-Red.
5556

5657
#Updates
57-
While every effort is made to minimize breaking changes this project is young so that may happen from time to time. I will try to keep these changes to X.X version releases (minor versions are safe).
58-
59-
If you find that things are acting strangely after updating to a new version, dragging a fresh node onto the workspace from the pallete (potentially with fresh config nodes) should clear it up.
60-
61-
###Limitations
62-
All references to a Firebase share the same authentication status, so if you create two config nodes pointing to the same Firebase they will end up sharing identical authentication credentials (whichever configuration node authenticates last will "win").
58+
the project uses Semantic Versioning so hopefully no big surprises.
6359

64-
See <A HREF="http://stackoverflow.com/questions/25374999/multiple-firebases-instances">http://stackoverflow.com/questions/25374999/multiple-firebases-instances</A> for more information on this issue.
60+
Unfortunatley, Node-RED is a bit "stickier" than a traditional node.js app. If you find that things are acting strangely after updating to a new version, dragging a fresh node onto the workspace from the pallete (potentially with fresh config nodes) should clear it up.
6561

6662
#Example Application
6763
If you are brand new to Node-Red, one simple way to get started is to use an existing flow.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-firebase",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Node-Red module for interacting with Firebase",
55
"author": "Austin Eldridge <Austin.Eldridge@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)