node-red-contrib-firebase-messaging 0.4.2
Communicate with google firebase realtime database. These nodes use the new firebase-admin API and service account json is used for authentication.
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 test 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