Hello, in this video, I’ll show you how to package your project with the plugin on Unreal Engine 4, 5, and 5.1.
Hello, in this video, I’ll show you how to package your project with the plugin on Unreal Engine 4, 5, and 5.1.
Android
To package your project for Android, make sure you have your google-services.json file in the root directory.
Now open up the Plugins window in Unreal Engine and make sure the plugin is installed.
When that is verified, go to the Project Settings in Unreal, now scroll down until you see the Android tab.
Select it and then scroll down until you see the part to configure for the Android Platform.
Now scroll up to the Android Package Name section.
Make sure, it matches the name in Firebase.
Firebase console
Or you can open the google-services.json file and look for the package name.
Since my package name is com.myapp, I’ll put con.myapp in the textbox.
Set SDK Version (Optional)
The next part is optional but the minimum SDK version at the time of the tutorial is 29 if you want to publish your app to the Google Play store.
Now you are ready to package.
Close the Project Settings window.
Windows
Now open up the Plugins window in Unreal Engine and make sure the plugin is installed.
When that is verified, click on the Platforms menu, go to Windows, and then Package Project.
Select the location of where to store the packaged files. Then wait for it to finish.
Mac
Now open the Plugins window in Unreal Engine and make sure the plugin is installed.
When that is verified, click on the Platforms menu. Go to Mac and Package Project.
Select the location of where to store your packaged files and wait for it to finish.
IOS
For iOS,
We’ll assume you know how to package an iOS app so I’ll only show you what you need for the plugin.
Make sure that the GoogleService-Info.plist file is in the root directory.
Now open the Plugins window in Unreal Engine and make sure the plugin is installed.
When that is verified, go to the Project Settings, and scroll down until you see the tab for iOS.
Click on it and then make sure that the Bundle Identifier matches the value in Firebase or you can use the GoogleService-info.plist file and locate the bundle identifier.
Since my Bundle Identifier is com.devdb, I’ll put com.devdb.
Now you are ready to package.
Close the Project Settings window. Click on the Platforms Menu. Go to iOS, and Package Project.
Select the location of where to store your packaged files and wait for it to finish.