node-red-contrib-firebase-admin-config
v1.1.5
Published
Configuration node for node-red-contrib-firebase-(messaging/realtime-database).
Downloads
67
Readme
Communicate with Google Firebase real-time database
These nodes use the new firebase-admin API and service account json is used for authentication.
To run test, create a file in the top folder:
touch my-firebase-service-credential.json
Setup a firebase project, get and paste the service account json to this file.
Then do
npm run test