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 inFirebaseFeatures.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 API34
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 onBanner View
object. -
Added
OnAdDidReceiveAd
event onBanner View
object. -
Added
OnAdDidRecordImpression
event onBanner View
object. -
Added
OnAdDidRecordClick
event onBanner View
object. -
Added
OnAdWillPresentScreen
event onBanner View
object. -
Added
OnAdWillDismissScreen
event onBanner View
object. -
Added
OnAdDidDismissScreen
event onBanner View
object. -
Added
OnAdDidReceiveAdWithError
event onBanner View
object. -
Added
bInSafeArea
parameter when moving aBanner View
object. -
Added
bAutoReloadAds
parameter when creating aBanner View
object. -
Added
bAdaptive
toFAdMobAdSize
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 onRewarded Video Ad
object. -
Added
OnAdDidFailToPresentFullScreenContent
event onRewarded Video Ad
object. -
Added
OnAdWillPresentFullScreenContent
event onRewarded Video Ad
object. -
Added
OnAdDidDismissFullScreenContent
event onRewarded Video Ad
object. -
Added
OnAdDidRecordImpression
event onRewarded Video Ad
object. -
Added
OnAdDidRecordClick
event onRewarded Video Ad
object. -
Added
OnAdWillDismissFullScreenContent
event onRewarded 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 onInterstitialAd
object. -
Added
OnAdDidFailToPresentFullScreenContent
event onInterstitialAd
object. -
Added
OnAdWillPresentFullScreenContent
event onInterstitialAd
object. -
Added
OnAdDidDismissFullScreenContent
event onInterstitialAd
object. -
Added
OnAdDidRecordImpression
event onInterstitialAd
object. -
Added
OnAdDidRecordClick
event onInterstitialAd
object. -
Added
OnAdWillDismissFullScreenContent
event onInterstitialAd
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. CallRemove
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 andGet 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
.