mlcommons / mobile_app_open

Mobile App Open
https://mlcommons.org/en/groups/inference-mobile/
Apache License 2.0
38 stars 19 forks source link

Set up Firebase App Check #844

Closed anhappdev closed 5 days ago

anhappdev commented 4 months ago

App Check helps protect your API resources from abuse by preventing unauthorized clients from accessing your backend resources.

https://firebase.google.com/docs/app-check

This means that a user can only upload benchmark result when using the official app released through Google Play Store or Apple App Store.

anhappdev commented 1 month ago

There were a lot of dependency conflicts when adding new firebase_app_check Flutter package. So we need to update the current Flutter SDK from v3.7 to the latest one (v3.19).