Skip to content

5.1.3

Compare
Choose a tag to compare
@jamesdaniels jamesdaniels released this 01 May 22:03
454eac3
fix(): FirebaseApp Class should not implement app.App (#2060)

While giving us a bit more type safety in development, implementing
app.App allows the Firebase JS SDK to break our builds in minor
releases. Which has bit us more than once.

I do not believe this is worth keeping around any longer.

Fixes #2059