Scott H Tech: Firebase plugin issue on iOS 11.3

Hello. Is anyone else having issues with the Firebase plugin on iOS 11.3? I can build and run on Android devices just file but not on iOS 11.3 iphone X.

I am using Corona latest daily build 2018.3281 

App loads and functions fine on corona simulator but not on a live device.

i am using firebase plugins from Scott H Tech for database and auth.

I tested removing the plugins from build settings and also the initialization calls and the app loads as it should on the live device(minus the firebase features of course)

i am using the settings in the plugin docs.

Easy work around

firebaseAuth.init() timer.performWithDelay( 100, function ( ) firebaseDatabase.init() end )

Thank you Scott! That worked!