Release Notes

This section contains release notes for the plugin.

The Unreal Engine Marketplace allows updates only for the last three major Engine versions. To get the latest version of the plugin on older Engine versions, download the plugin through the latest Engine installation or contact our support email address.

Firebase Features Release Note List

1.8.1

  • Added TaggedForUnderAgeOfConsent property on the Ad Request object.
  • Updated the Firebase C++ SDK for Windows to version 12.6.0. This change is disabled by default due to incompatibility with Fab's build farm. Follow the instructions in FirebaseFeatures.Build.cs to use this version.

1.8.0

  • Fixed a crash when trying to sign in with Apple with an invalid credential.
  • Removed the deprecated methods in the AdMob API.

1.7.26

  • Add support for Unreal Engine 5.5.

1.7.25

  • Updated the Firebase C++ SDK for Android to version 12.4.0.
  • The plugin updates Gradle to 8.9 before a build to support Android API 34 and the latest Firebase Java libraries.
  • The plugin now requires a target and compile SDK of level 34+ for Android. Min SDK can be set lower.

1.7.24

  • Added OnPaid event on Banner View object.
  • Added OnAdDidReceiveAd event on Banner View object.
  • Added OnAdDidRecordImpression event on Banner View object.
  • Added OnAdDidRecordClick event on Banner View object.
  • Added OnAdWillPresentScreen event on Banner View object.
  • Added OnAdWillDismissScreen event on Banner View object.
  • Added OnAdDidDismissScreen event on Banner View object.
  • Added OnAdDidReceiveAdWithError event on Banner View object.
  • Added bInSafeArea parameter when moving a Banner View object.
  • Added bAutoReloadAds parameter when creating a Banner View object.
  • Added bAdaptive to FAdMobAdSize struct to support adaptive banners.
  • UBannerView::GetBoundingBox is now an asynchronous function.
  • Rewrote Banner View to use the native SDK.
  • Deprecated the old API of Banner View. Please, update your code to use the new API by following the deprecation message recommendations.

1.7.23

  • Fix a crash on iOS with distribution builds.

1.7.22

  • Added OnPaid event on Rewarded Video Ad object.
  • Added OnAdDidFailToPresentFullScreenContent event on Rewarded Video Ad object.
  • Added OnAdWillPresentFullScreenContent event on Rewarded Video Ad object.
  • Added OnAdDidDismissFullScreenContent event on Rewarded Video Ad object.
  • Added OnAdDidRecordImpression event on Rewarded Video Ad object.
  • Added OnAdDidRecordClick event on Rewarded Video Ad object.
  • Added OnAdWillDismissFullScreenContent event on Rewarded Video Ad object.
  • Rewrote Rewarded Video Ad to use the native SDK.
  • Deprecated the old API of Rewarded Video Ad. Please, update your code to use the new API by following the deprecation message recommendations.

1.7.21

  • Add AppOpen ad.

1.7.20

  • Add support for iOS Simulator on Unreal Engine 5.4+.

1.7.19

  • Added OnPaid event on InterstitialAd object.
  • Added OnAdDidFailToPresentFullScreenContent event on InterstitialAd object.
  • Added OnAdWillPresentFullScreenContent event on InterstitialAd object.
  • Added OnAdDidDismissFullScreenContent event on InterstitialAd object.
  • Added OnAdDidRecordImpression event on InterstitialAd object.
  • Added OnAdDidRecordClick event on InterstitialAd object.
  • Added OnAdWillDismissFullScreenContent event on InterstitialAd object.
  • Rewrote InterstitialAd to use the native SDK.
  • Deprecated the old API of InterstitialAd. Please, update your code to use the new API by following the deprecation message recommendations.

1.7.18

  • Fix a formatting error when converting Firestore's FFieldValue to a JSON string.

1.7.17

  • AddSnapshotListener now returns a handle to remove the listener. Call Remove on this handle to stop listening.
  • AddSnapshotListener is now available on all platforms.

1.7.16

  • Fix 4.27 build errors.

1.7.15

  • Updated the Firebase C++ SDK for iOS to version 12.1.0.

1.7.14

  • Updated the Firebase C++ SDK for iOS to version 12.0.0.

1.7.13

  • Add support for Unreal Engine 5.4.
  • Replace Linux binaries with PIC binaries.

1.7.12

  • Add GetToken() C++ function and Get Token async node to get the Firebase Installation ID token.
  • Updated the Firebase C++ SDK for Linux to version 11.9.0.
  • ListenForMessagingEvents async node now fires immediatly if a previous Firebase Messaging Token was missed

1.7.11

  • Updated the Firebase C++ SDK for iOS to version 11.9.0.