The order of FirebaseApp.configure() and GMSServices.provideAPIKey() can matter. Try this sequence:
FirebaseApp.configure()
GMSServices.provideAPIKey()
GMSServices.provideAPIKey("YOUR_GOOGLE_MAPS_API_KEY") FirebaseApp.configure()