gocal / gsheet_to_arb

Import translations (ARB/Dart) from Google Sheets
https://pub.dev/packages/gsheet_to_arb
Other
31 stars 32 forks source link

Client authentication config does not reflect documentation #8

Closed Isakdl closed 5 years ago

Isakdl commented 5 years ago

The documentation says that the client config should look like:

{
   "client_id": "<id>",
   "client_secret": "<secret>"
}

But the implementation tries to parse: (capital I on id)

{
   "client_Id": "<id>",
   "client_secret": "<secret>"
}