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
, andBinaries
folders in<PROJECT_ROOT>/Plugins/FirebaseFeatures
. - Open your project and select
Yes
when asked to build the sources. It will compile the plugin for your current platform. - Package your project for the target platform.