Support Firebase JS SDK v9 🚀 🎉
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 bymakeCompatContext
andmakeWebContext
).