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)
Fixed an issue that would occur when destroying receivers, if you had multiple receivers for the same project in the screen (with different targets).