the-blue-alliance / the-blue-alliance-android

An Android app for accessing information about the FIRST Robotics Competition.
MIT License
76 stars 34 forks source link

Add auth module to imgur suggestion service and GCM message handler #893

Closed bherbst closed 5 years ago

bherbst commented 5 years ago

Summary: We weren't creating an AuthModule (see #884, also related #891) for the Imgur suggestion service and the GCM message handler components, so both were crashing.

This resolves both issues.

Test Plan: I'm not set up to test GCM notifications at the moment, but sending an FCM message from the Firebase console, or launching either of these services through other means all result in the same crash. After this fix, it does not crash.

phil-lopreiato commented 5 years ago

@bherbst :fire: