issues
search
SupposedlySam
/
firefuel
A Firebase Cloud Firestore architecture to jump-start your project
MIT License
8
stars
1
forks
source link
Proposal: export firebase package to reduce required imports
#60
Open
SupposedlySam
opened
2 years ago
SupposedlySam
commented
2 years ago
Suggested Change
Include
firebase_core
in dependencies for
firefuel
Export
firebase_core
and
cloud_firestore
from
firefuel
Update docs/readme with directions on how to override versions of the above deps if needed
Pros
Easier to use firefuel
Less dependencies the user needs to manage
Cons
Users will need to know to import
firefuel
rather than
firebase_core
or
cloud_firestore
There may be more confusion about where the responsibilities of the
firefuel
package start and end
This could lead to a lot of redirecting to the other packages when issues come our way
We will have to be careful to never overlap any names from the above packages
Suggested Change
firebase_core
in dependencies forfirefuel
firebase_core
andcloud_firestore
fromfirefuel
Pros
Cons
firefuel
rather thanfirebase_core
orcloud_firestore
firefuel
package start and end