Documentation v2.0

Code Kaze
2 min readJul 25, 2021

Created: 5 January 2022
By: Codekaze
Email: codekaze.id@gmail.com

Thank you for purchasing our template.
If you have any questions that are beyond the scope of this help file, please feel free to email us via
codekaze.id@gmail.com

This is the installation documentation on what to do if you want to run the app on your firebase project.

This documentation applies to all of our full application templates.

1: Ok, Change the package name to what you want.

Install rename packages
https://pub.dev/packages/rename

flutter pub global activate rename

Run this command:

flutter pub global run rename --bundleId com.example.your_app_name --appname "Your App Name"

2: Create your firebase project.

3: Enable Firestore on your project

4: Set Firestore Rules to:

5: Enable google sign in and anonymous sign in

6: Ok, go to your Firebase Project Settings
Add Android App with your new Package name.
After that download the google-services.json file.
Move it to your_flutter_project/android/app

7:: Add SHA-1 to Firebase Project Settings
There are many ways, this may depend on the IDE you are using.
But I use this method:

  • Go to your project from terminal
  • Run this command:
    cd android
    ./gradlew signinReport

You will get the SHA-1

Ok, now the application can be run properly.
In some applications, you will need to create an index.
You just need to click the link in the log.

— — — — — — —

That’s it.
Let me know if you have any problems.
We will be happy to help.

codekaze.id@gmail.com

— — — — — — —
Sources and Credits

https://imgbb.com/
https://www.flaticon.com/
https://iconarchive.com/
https://unsplash.com/

— — — — — — —

--

--