Mobile App failing to load... Firebase issue?

0
Ever since upgrading studio to 8.15, upgrading the native template and native builder to be xcode 12 compatible, I’ve had issues creating a stable build for my QA environment.  I get my decoded token back for Auth0 and the next step would be to fire off a registration for push notifications which is where I think it is failing which may be confirmed by running it locally from xcode.  Android works fine btw.  The last known working versin in my project was 6.19 for firebase if I am correct that there is an issue with 7.0.0 I get the following log from Xcode and this error from my dev build: 2020-11-03 13:43:29.958172-0600 NativeTemplateDev[1049:279335] ((null)) was false: provideAPIKey: requires non-empty API key 2020-11-03 13:43:47.424 [info][tid:main][RCTRootView.m:293] Running application App ({ initialProps = { }; rootTag = 1; }) 2020-11-03 13:43:47.433442-0600 NativeTemplateDev[1049:279648] [connection] nw_socket_handle_socket_event [C3.1:1] Socket SO_ERROR [61: Connection refused] 2020-11-03 13:43:47.433948-0600 NativeTemplateDev[1049:279648] [connection] nw_socket_handle_socket_event [C3.2:1] Socket SO_ERROR [61: Connection refused] 2020-11-03 13:43:47.434101-0600 NativeTemplateDev[1049:279649] [connection] nw_connection_get_connected_socket [C3] Client called nw_connection_get_connected_socket on unconnected nw_connection 2020-11-03 13:43:47.434184-0600 NativeTemplateDev[1049:279649] TCP Conn 0x283878c60 Failed : error 0:61 [61] 2020-11-03 13:43:47.434949-0600 NativeTemplateDev[1049:279335] -[RNFirebase init] [Line 18] Setting up RNFirebase instance 2020-11-03 13:43:47.436169-0600 NativeTemplateDev[1049:279889] 7.0.0 - [Firebase/Core][I-COR000005] No app has been configured yet    
asked
0 answers