Just downgrade firebase version using the following:
First go to your project directory and then issue this command
npm install --save firebase@3.9.*
it worked for me.
Just downgrade firebase version using the following:
First go to your project directory and then issue this command
npm install --save firebase@3.9.*
it worked for me.