4.1 Change Package Name
Android Package Name
You have to use the same package name that you have registered in the firebase console.
Go to your IDE and run the following command from your IDE terminal by changing the package name with yours.
Donβt forget to replace com.new.package.name with your package name.
iOS Package Name
Go to the iβos/Runner/Info.plistβ file and replace the CFBundleIdentifier value with your iOS package name. (See the picture below)
Last updated