CalCOFI / OceanView

App that can incentivize ocean users to report their observations
1 stars 0 forks source link

Hide API keys #13

Open hundredball opened 1 year ago

hundredball commented 1 year ago

From the Google API alert, the iOS API key of Google Maps is available in the codebase. For the sake of security, we need to hide it somehow as Android.

hundredball commented 1 year ago

In addition to hiding iOS API key, we also need to modify bundle identifier on Android. Modifying bundle identifier on iOS has already done.

hundredball commented 1 year ago

The key for VisionAPI in upload_classification.dart also needs to be hidden.