Kanha Agrawal

Results 5 issues of Kanha Agrawal

While creating app using `CRA` dependencies are not getting download and not even **dev** script is found in `package.json` file

fix for #128 modified `config.example.js` - firebase.initializeApp(firebaseConfig); causing error so wrapped that in try-catch - modified `firebase import`

1. fix for **java.lang.ExceptionInInitializerError** Resources for this fix: - https://stackoverflow.com/questions/67782975/how-to-fix-the-module-java-base-does-not-opens-java-io-to-unnamed-module

This PR include 5 fixes: 1. fix for **java.lang.ExceptionInInitializerError** Resources for this fix: - https://stackoverflow.com/questions/67782975/how-to-fix-the-module-java-base-does-not-opens-java-io-to-unnamed-module 2. fix for **unable to load script from assets** #138 Resources for this fix: -...