Skip to content

Support Firebase JS SDK v9 🚀 🎉

Compare
Choose a tag to compare
@IjzerenHein IjzerenHein released this 17 Mar 13:32
· 8 commits to main since this release

Added

  • Adds support for the new Firebase v9 API.
  • Added makeWebContext for initializing a context with the new code-splitted Firebase API (v9+).
  • Added makeCompatContext for initializing using the compat API or react-native-firebase.

Removed

  • Removed flow-typings.
  • Removed makeFirestorterContext (replaced by makeCompatContext and makeWebContext).