VictorRancesCode / flutter_dialogflow

Flutter package for makes it easy to integrate dialogflow and support dialogflow v2
Apache License 2.0
214 stars 73 forks source link

How to secure JSON file for v2 version #8

Open Shajeel-Afzal opened 5 years ago

Shajeel-Afzal commented 5 years ago

Hi,

In the DialogFlow v2 version. The JSON file is needed to be secured and should not be shipped in the app. Can you please guide how to secure that file in the Flutter App?

Thanks.