is importing entire module is Ok each time?

I am working on angular project and using firebase.
My question is What if I import entire firebase module in each component Vs importing only what I required in that component from firebase module?
Why should I not import entire module each time when I require it ?