Fixed an issue that would occur when destroying receivers, if you had multiple receivers for the same project in the screen (with different targets).
Added support for multiple projects - You can now add multiple receivers, one for each Firebase project you use.
Breaking Changes
Supporting multiple projects requires the ProjectId to be passed into a few actions.
In order to adapt your code, you'll simply need to provide the ProjectId to these actions, just like you did for the Receiver.
The AppURL parameter was renamed to ProjectId - no action needed, they refer to the same data.