Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing firebase #2

Closed
NeerajCodz opened this issue Jan 7, 2023 · 5 comments
Closed

Changing firebase #2

NeerajCodz opened this issue Jan 7, 2023 · 5 comments

Comments

@NeerajCodz
Copy link

Hi Harsh,
This is a really excellent app and I especially like its simplicity
Actually, I don't know much about flutter and I want to clone this repo run in android studio and change the firebase account to mine and use the app. Can you guide me on how to?

@HarshAndroid
Copy link
Owner

Thanks for Compliment.
Regarding changing Firebase:

  1. Create New Firebase Project & Configure CLI & Update Firebase json Files (Video No.7 & 8 of Playlist)
  2. Enable Firebase Cloud Firestore (Video No. 16) & Firebase Database (Video No. 30)
  3. Update Firebase write rules (don't remember video no. but still work for 1 month without updating rules).

And You're Done.
Playlist Link: https://www.youtube.com/playlist?list=PL8kbUJtS6hyal7Uw7wTeYmv7yiNPH5kOq

@NeerajCodz
Copy link
Author

Thank you so much for you reply.
I have an another question too is there anyway to change the package name of the app

@HarshAndroid
Copy link
Owner

Refer below article for changing package name or alternatively you can use below package too.
Article: https://stackoverflow.com/questions/51534616/how-to-change-package-name-in-flutter
Package: https://pub.dev/packages/change_app_package_name

@NeerajCodz
Copy link
Author

I am done with all your steps now can you tell me how to generate apk file

@HarshAndroid
Copy link
Owner

Simply run this command in terminal.
flutter run --release and then inside build/outputs/flutter-apk/ you will find release apk file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants