Solution for : No Module Named firebase-admin

The easy solution for this error is to install the missing module firebase-admin :

pip install firebase-admin

If pip install is not working try using conda:

conda install firebase-admin

No module named firebase-admin : Can you play games without installing them? No. Likewise, to use the firebase-admin package in your python program, you must first install it. firebase-admin is not included in your built-in modules for python. Therefore, you have to tell the package management system (pip) to install it!

Other installation errors :

ImportError: No module named firebase-admin