3.1 Android Package Name Setup on Firebase

  • Go to the Firebase console > Project overview page. Click on the Add app and then the Android Icon. Enter your Android package name.

Your package name should be like com.your_name.your_app_name . Like com.microsoft.skype. You can use the same package name for Android & iOS. iOS doesn’t support underspace in the package name. So, keep in mind that if you want to use the same package name for both Android & iOS.

  • Click on the register app and skip other steps by clicking next. That’s it.

Last updated