Firebase Authentication problems

Hey guys, I’m doing the firebase tutorial and I’m having a hard time getting it to work properly. i have a couple of warnings that keep popping up when I launch the simulator and they are:

‘generateIdentityVerificationSignatureWithCompletionHandler:’ is deprecated: first deprecated in iOS 13.5 - API deprecated. Use fetchItemsForIdentityVerificationSignature: and the teamPlayerID value to verify a user identity.

and

2021-01-01 16:26:08.392933-0500 I Journey[9421:135968] 6.34.0 - [Firebase/Analytics][I-ACS023007] Analytics v.60900000 started

2021-01-01 16:26:08.393776-0500 I Journey[9421:135968] 6.34.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see http://goo.gl/RfcP7r)

2021-01-01 16:26:08.504013-0500 I Journey[9421:135957] 6.34.0 - [Firebase/Analytics][I-ACS800023] No pending snapshot to activate. SDK name: app_measurement

2021-01-01 16:26:08.513534-0500 I Journey[9421:135962] 6.34.0 - [Firebase/Analytics][I-ACS023012] Analytics collection enabled

2021-01-01 16:26:08.513739-0500 I Journey[9421:135962] 6.34.0 - [Firebase/Analytics][I-ACS023220] Analytics screen reporting is enabled. Call +[FIRAnalytics logEventWithName:FIREventScreenView parameters:] to log a screen view event. To disable automatic screen reporting, set the flag FirebaseAutomaticScreenReportingEnabled to NO (boolean) in the Info.plist

2021-01-01 16:26:38.327629-0500 I Journey[9421:136329] [] nw_protocol_get_quic_image_block_invoke dlopen libquic failed

It all simulates fine but when I get to the signup screen, it won’t tell me if there are errors in the fields or even let me sign in if everything is correct. I’m not even sure if these are the issues but I figured I’d get them fixed and see what happens. Any help is appreciated I’ve been trying for 3 days to fix this and cant figure it out.

You might need to check documentation on how to. Use analytics now… It seems it was depreciated

You might also want to run your firebase rule in test mode… Meaning allow all read and write so you can be sure that your firebase is reading and writing correctly