I recently got an app from an iOS developer, and it is working with his bundle identifier in xCode. but when I change the bundle identifier to mine, it stops working(database is not connecting). What should I do to make it work? Making a new Firebase account and use my bundle identifier to get a new GoogleService-Info.plist
and replace it with his GoogleService-Info.plist
is enough ? (I did that too but still not connecting to the database) what have I missed ?
UPDATE
I want to connect to my new empty database that comes with the new firebase account , not the previous database.