Firebase storage causing crash in APK

On starting other screen which consists Firebase Storage my App crases and in logcat I am getting this error – java.lang.RuntimeException: Unable to start activity
ComponentInfo{in.myapp.app/io.kodular.rajurajjnv.MyApp.Checkout}:
java.lang.NullPointerException: Firebase Storage component is not present.

Although in Companion the screen opens finely.

This error is occuring due to One Signal Push Notification fix extension by @iamwsumit
After using updated extension of @iamwsumit all is good for me

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.