Assigned
Status Update
Comments
e7...@gmail.com <e7...@gmail.com> #2
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
ru...@gmail.com <ru...@gmail.com> #3
I am still regularly receiving reports about this issue, and it seems it has not been addressed in the latest 1.4.0-rc01 release.
lu...@gmail.com <lu...@gmail.com> #4
Seems like a fairly easy fix on our end. I'll see to that it is fixed in 1.5.
Description
Create should allow a nullable return value- if null is returned this is handled as a soft failure. The application would still start, but all dependent components would not be initialized.
FirebaseApp.initializeApp()
is a prime example.