mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Fix key issue (#1686)
This commit is contained in:
@@ -11,7 +11,7 @@ import GoogleMaps
|
||||
GeneratedPluginRegistrant.register(with: self)
|
||||
|
||||
// TODO: Add your Google Maps API key
|
||||
GMSServices.provideAPIKey("AIzaSyBFVI6nt-1Yn_lFYWMidyqUk8ca0eE1Sv8")
|
||||
GMSServices.provideAPIKey("YOUR-API-KEY")
|
||||
|
||||
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user