0.5
The Firebase client now can be configured through a dedicated Configuration
object.
This is a breaking change, as until now, the second parameter in the Firebase
constructor was a custom HTTP Adapter - now it is a custom Configuration.
Please have a look at the documentation to see how to use the new Configuration object.
Note: The methods getFirebaseSecret()
and setFirebaseSecret()
are functional but are not used productively right now :).