Sanduni Fernando
Sanduni Fernando

Reputation: 33

How can i change android app's firebase account as my account?

I have cloned the android project and it already connects the tutor's firebase account. So I need to connect it to my firebase account. Is it possible to do that? if it is possible how can I change cloned code and go for it?

Upvotes: 0

Views: 44

Answers (2)

Harsh Kothari
Harsh Kothari

Reputation: 512

Yes! you can do that, but before starting don't forget to change the package name of the app!! refer this if you don't know how to change that how to change app package name? and then completing that go to your firebase console then create a new app and register the app with new package name and do the other steps required and then you will get config file, download that and replace the original google-services.json where it is located in the app directory (root folder) and replace with the one you downloaded from firebase! and that's it you are done

Upvotes: 1

mad_lad
mad_lad

Reputation: 712

Replace the original google-services.json with your google-services.json that's it.

Upvotes: 1

Related Questions