Patrick
Patrick
Did you conform Timestamp to TimestampType in your code? like this: `extension Timestamp: TimestampType {}`
I would like to see the commit (edd7ae1) targeting the compile issue merged. However, making things public should be separated to another PR as in my opinion is not related...
Hey @echo-branch was there any progress in implementing support for catalyst? Do you have any info when it will be available? Supporting Catalyst would be really useful.
Any more insights regarding if this issue is related to the caching?
@kinergy do you still need help?
In case you still need it: here a solution based on the FirebaseUI and UIViewControllerRepresentable: ``` struct FUIAuthBaseViewControllerWrapper: UIViewControllerRepresentable { typealias UIViewControllerType = UIViewController func makeUIViewController(context: UIViewControllerRepresentableContext) -> UIViewController {...