Hello,
I’m working with Google play services and trying to integrate FireBase. To do so I need to upgrade the outdated library Unreal uses from:
com.google.android.gms,play-services-auth,11.8.0
com.google.android.gms,play-services-games,11.8.0
com.google.android.gms,play-services-nearby,11.8.0
com.google.android.gms,play-services-plus,11.8.0
to:
com.google.android.gms,play-services-auth,18.1.0
com.google.android.gms,play-services-games,20.0.1
com.google.android.gms,play-services-nearby,17.0.0
com.google.android.gms,play-services-plus,17.0.0
In doing so it seems the blueprint node “Show External Login UI” causes the app to crash. Is there a way around this?
I can see from the adb logcat that it’s failing on the showing external UI to Google Play services due to this.