Mobile app for taking plant pictures, identifying them and sharing results with other users
Go to google cloud console enable
Maps SDK for Android
and get the api key. Add the key to project.
# create an api_keys.xml
touch app/src/main/res/values/api_keys.xml
Add the following:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="google_maps_api_key">YOUR_API_KEY</string>
</resources>
Go to firebase create a project, then in Project Settings
-> General
add SHA1 and SHA256 keys for debugging look at stack overflow.
Then download the google-services.json
file and place it in app/google-services.json
.
Go to Plant Id, create an account and get the key. Then add it to IdentifyRequest.kt.