Using Swift 5.3.1, Xcode 12.2, iOS 14.2.
Is it possible to directly access Firestore documents from within a DocumentGroup
based iOS app?
I know that you can show the document browser with iOS 14 and SwiftUI. And it is also able to show iCloud or custom cloud documents.
But I wonder if Firestore can be the external cloud for your custom-typed document picker in iOS?
If yes, how?