SpineEventEngine / web

Spine web server and JS client library.
https://spine.io
Apache License 2.0
1 stars 3 forks source link

Upgrade Firebase SDK for JavaScript to modular API. #206

Open YegorUdovchenko opened 10 months ago

YegorUdovchenko commented 10 months ago

The current Spine Web client for JavaScript uses outdated namespaced version of Firebase API. This issue is to upgrade Firebase version to the latest 10.x version and migrate to the modern modular API. See the migration guide.

On first glance all calls to Firebase API are bounded in FirebaseDatabaseClient class and can be easily updated.