Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmochid authored Jan 8, 2024
1 parent 226d0b5 commit c9460ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ make build_apk

### 🔑 Authentication
**Android**
1. Add your Signature SHA1 key in Bebras Pandai Firebase Project, specifically on the `Project settings` > `Android apps` \
https://www.geeksforgeeks.org/how-to-generate-sha-1-key-in-flutter/
1. Download `.env` & `google-services.json` file from Firebase storage `secret` directory \
(ask in the group if you aren't sure how to do this, please don't download it from the project menu & renewing the key)
1. Put `.env` in this `app/` directory, and `google-services.json` inside `app/android/app/`
1. Add your SHA1 key in the `Project settings` > `Android apps` \
https://www.geeksforgeeks.org/how-to-generate-sha-1-key-in-flutter/
1. Follow the step in [this section](#-how-to-run-and-build-apk) to test it

**iOS**
Expand All @@ -52,4 +52,4 @@ make build_apk
1. Open finder, then go to `app/ios` directory
1. Right click `Runner.xcodeproj`, choose open with `Xcode.app`
1. Add `GoogleService-Info.plist` into the `Runner` directory inside `Xcode.app`
1. Follow the step in [this section](#-how-to-run-and-build-apk) to test it
1. Follow the step in [this section](#-how-to-run-and-build-apk) to test it

0 comments on commit c9460ff

Please sign in to comment.