GoCarrot / teak-android

Carrot SDK for Android
Apache License 2.0
0 stars 0 forks source link

Raise integration error if Firebase is in an invalid state #82

Open AlexSc opened 3 years ago

AlexSc commented 3 years ago

Now that we're relying entirely on standard Firebase init, we should change our integration checks around Firebase to confirm that there is a valid firebase instance.

Note that we have at least one customer who currently does not use push notifications, intentionally, and so we'll need some sort of handling for that -- i.e. they don't have a valid Firebase configuration by design.