Tours - GogoVega/node-red-contrib-firebase-realtime-database GitHub Wiki
Tours
This project contains tours which are interactive tutorials.
Foreword
The tourGuide
API is not currently designed to be used by third-party node developers. If you like it, please let the NR team know so that it can be opened up. Consider the First Flow
tour as a demonstrator.
Content
First Flow
: helps the user to create his first Firestore flow.
Telemetry
Anonymous telemetry data are collected to improve the user experience of the First Flow
tour guide.
The data collected only contains the progress of the tour. No personal information or credential is collected.
To disable the telemetry, enter the following line into your browser console before closing the tour:
FirebaseUI.telemetry = false
Telemetry Results
393
telemetry data received. (1)19
fully completed tutorials.181
skipped tutorials including158
new users. (2)193
ongoing tutorials including144
that stopped at step 7. (3)
Data received for the period from 2025-03-06
to 2025-07-27
.
(1): This result does not differentiate between multi-user and robotic NR instances. Telemetry was designed to be simple; I don't have a unique identifier for each user. Therefore, I can receive multiple reports for the same supposed NR instance.
(2): A user is considered newbie if their flows do not contain a Firebase config node - this is therefore an approximation.
(3): Step 6 is the second part of the tour, which teaches the user how to import and configure an exemple flow. The first part details each node.