saurabh-iOS2
saurabh-iOS2
Hey @ncooke3 `getToken` api is internally invoked in `FirebaseAuth` which thereby provides the completion handler that is consumed downstream and is not being triggered by our app. The documentation explicitly...
Seems like it, could you also suggest a solution to address this for Firebase user apps please
Hey @wu-hui 1 & 2. Our users are facing this in production app and currently this amounts to highest number of crashes overall, we did not encounter this in debug...
Hey @wu-hui , any luck with this issue ?
@wu-hui any update on this ? It would helpful for us to formulate next set of action items, if we can know the update. Thanks!
@wu-hui @ncooke3 Sharing a hypothesis—could you please review and confirm its validity? `guard let strongSelf = self, let currentUser = strongSelf._currentUser else { DispatchQueue.main.async { callback(nil, nil) } return }...
Yes, Firebase SDK was updated from 11.5.0 to 11.9.0
Thanks @ncooke3 , when can we expect this release?
@ncooke3 We are not provisioning any closure to Firestore, but we do have a closure for `Auth.signIn` though no parameter outside the scope of closure is captured in it. `...
@ncooke3 We are also using below apis of Firestore in Swift, though no closure is involved in these. Our project is using Swift 5 for all targets. Let us know...