Rebuild the Plugin
If you want to rebuild the plugin to disable a module, make sure you followed the steps here for this module.
- If the project doesn't contain C++ code, add an empty C++ class from the Editor.
- Close the Editor.
- Copy the plugin from
<UE_ROOT>/Engine/Plugins/Marketplace/FirebaseFeatures/to<PROJECT_ROOT>/Plugins/FirebaseFeatures. - Delete the
Intermediate,Build, andBinariesfolders in<PROJECT_ROOT>/Plugins/FirebaseFeatures. - Open your project and select
Yeswhen asked to build the sources. It will compile the plugin for your current platform. - Package your project for the target platform.