HomeiOS Developmentios - SwiftUI Firebase Auth Error "Paths should not include // in...

ios – SwiftUI Firebase Auth Error “Paths should not include // in them”


In my SwiftUI app I out of the blue began getting this error as soon as my consumer logs in (I exploit Firebase Telephone Auth)”. It occurs proper as quickly as I do that:

let db = Firestore.firestore()
        db.assortment("consumer").doc(consumer.UID)
            .getDocument { doc, err in

That is the error, the app crashes completely:
Invalid path (com.googleusercontent.apps.178114301509-gvnp7pp9tm6jq9s4rridgoae9glog8nj://firebaseauth/hyperlink?deep_link_id=httpspercent3Apercent2Fpercent2Fgigas-4f2dd.firebaseapp.compercent2F__percent2Fauthpercent2Fcallbackpercent3FauthTypepercent3DverifyApppercent26recaptchaTokenpercent3DTOKENpercent26eventIdpercent3Dmwkcoldfan). Paths should not include // in them.”

I attempted reverting again my undertaking with Github however I can not discover no matter occurred that began all this. I do not even know what Path is the debugger speaking about. I’ve seen folks in different circumstances saying that possibly it’s the id being empty so a / and one other / collapse right into a // making it inflicting such an error however it isn’t my case since I’m positive the id just isn’t empty.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments