Home > Enterprise >  When is firebase JS SDK v8 set to be deprecated
When is firebase JS SDK v8 set to be deprecated

Time:09-30

Since the launch of Firebase v9 is significantly different, I'm just wondering how much time there is to migrate our codebases before v8 is no longer supported.

CodePudding user response:

firebaser here

There is no deprecation schedule for older Firebase SDKs. Most older SDKs continue work today, with many as far back as 2012.

That said, we hope that you'll upgrade to the v9 SDK because of the value it offers: a significantly reduced bundle size. To get started on v9 quickly, consider using the compat paths which are drop-in compatible with v8.

  • Related