You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@firebase/database reports the firebase.SDK_VERSION defined in @firebase/app as its version. This is not ideal in some 1p integrations like firebase-admin. In those cases we need the database client to report the version of the enclosing SDK. A possible solution could be altering the initStandalone() method to accept an optional version argument, and plumb that to the database client.
The text was updated successfully, but these errors were encountered:
@firebase/database
reports thefirebase.SDK_VERSION
defined in@firebase/app
as its version. This is not ideal in some 1p integrations likefirebase-admin
. In those cases we need the database client to report the version of the enclosing SDK. A possible solution could be altering theinitStandalone()
method to accept an optional version argument, and plumb that to the database client.The text was updated successfully, but these errors were encountered: