I know with FFS I can use @DocumentID and @ServerTimestamp in my Codable objects.
Is there documentation somewhere?
I found this answer to that question, but the answer just says "FirebaseFirestoreSwift is just a wrapper for Firestore"... but that's not accurate, as if I don't import FirebaseFirestoreSwift I can no longer user the attributes listed above.