Skip to content

0.5

Compare
Choose a tag to compare
@jeromegamez jeromegamez released this 02 Apr 12:28
· 1406 commits to 7.x since this release

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 :).