Mobile app where you to register with your own account and save your games of French Belote, Coinche Belote and Tarot !
For now, the app is only available on Android. You can go here to download the app :)
You need a couple of things to be able to start the app in dev mode on your own computer
- Download the Flutter SDK according to your OS
- Create a virtual device
- Fork the source code (of course)
- Create on project on the Firebase console
- Add the google-services.json into the android/app folder
- Upload the functions into your Firebase project (you'll need npm) :
$ cd functions
$ npm install -g firebase-tools
$ firebase deploy --only functions
- Create a project on Algolia (it's an indexation service)
- Create an index named player-dev
- Create a file named algolia.json in assets/config like this :
{
"app_id": "YOUR_APP_ID",
"api_key": "YOUR_API_KEY"
}
Finally, you can run
$ fluter run
And you are good to go 👍