3.1 Android Package Name Setup on Firebase

  • Go to the firebase console > Project overview page. Click on 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 under space 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