0.2.0 • Published 7 years ago
node-red-contrib-cloud-firebase-auth v0.2.0
node-red-contrib-cloud-firebase-auth
Node-RED nodes to handle google cloud Firebase Authentication operations
Install
Install from npm
npm install --save node-red-contrib-cloud-firebase-authInstall from the palette manager
node-red-contrib-cloud-firebase-authUsage
Firebase admin
Required configuration node that initializes your firebase app taking in a name and the json contents of your apps service account credentials.
Firebase Auth get user
The node fetches user record from Firebase Authentication.
Configurations can be made within the node or on the msg.firebase property:
Response user record from the operation is output through the msg.payload property
TODO
- Create and update user operations