A Electronic Quran app that helps you to read, understand, and search the Quran. It also has a feature to listen to the Quran recitation.
- Make sure you have
firebase-tools
on npm installed already - Also make sure you have
flutterfire_cli
on dart installed already - To install
firebase-tools
andflutterfire_cli
run commands below:
# install firebase-tools
npm install -g firebase-tools
# after install you need login first to firebase, to login execute command below:
firebase login
# after login, next install flutterfire_cli
dart pub global activate flutterfire_cli
# after that run command below to generate firebase_options.dart
# also make sure you have already created project on firebase
flutterfire configure --out lib/firebase/options/firebase_options.dart
- Rename file
strings.example.xml
onandroid/app/src/main/res/values/strings.example.xml
tostrings.xml
- Replace
YOUR_APP_ID
andYOUR_CLIENT_TOKEN
to your own configuration
<string name="facebook_app_id">YOUR_APP_ID</string>
<string name="facebook_client_token">YOUR_CLIENT_TOKEN</string>