-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Rui Dias edited this page Oct 16, 2021
·
4 revisions
Collection of React Hooks for Firebase v9.
The Firebase Web SDK is designed to work with module bundlers to remove any unused code (tree-shaking).
The purpose of this package is to facilitate the use of firebase tools. So, as it is implemented, it doesn't take advantage of the modular concept implemented in v9 of firebase, so if you want to take advantage of tree-shaking, you shouldn't use this package.
If you want to learn more about tree-shaking, please check this article Using module bundlers with Firebase.