Take advantage of Firebase realtime data sync using web sockets and store data on a NoSQL cloud database with this Firebase Javascript SDK 8 component. Ideal for Chats, Games and other realtime apps.
IMPORTANT: Version 3.0.2 has breaking changes:
In order to use Firebase, an API Key and Database URL is now required;
In order to generate tokens, a Service Account Private Key and a Service Account Client Email is now required instead of the Client Secret/Database Secret;
The Firebase JS library used has been updated from 2.4.0 to 8.2.1
To generate a Token, a Service Account Private Key and Service Account Client Email is now required instead of the Database Secret (The Database Secret is deprecated in Firebase)
In addition to the Project Id, a API Key and Database URL is now required
A new block “FirebaseReceiver_EmailPassword” has been added, that allows Anonymous and Email/Password authentication instead of Token authentication
2 new Client Actions - “FirebaseRegisterEmailPassword” and “FirebaseSignOut”
A Demo has been created (needs to be configured)