-
-
Notifications
You must be signed in to change notification settings - Fork 4
Migrating to v5
Filip Lauc edited this page Jan 25, 2022
·
1 revision
- Updated to Firebase SDK v9
- Updated to 3.19
@jaspero/fb-page-builder
, this is the version where each block in the page builder is now an angular element.
- Firebase SDK v9 implements a completely different interface from v8. However, given that we wrap firebase in our own integration and provide
FirebaseDbService
as theDbService
no changes are needed in any code implementing this service. - If you used
AngularFire
modules in your code directly those will need to be refactored. You can referee to guides here, for instructions on how to do so: