1
2
3
4
5
#[cfg(feature = "google-firestore-v1")]
pub use googapis::google::firestore::v1::*;

#[cfg(feature = "google-firestore-v1beta1")]
pub use googapis::google::firestore::v1beta1::*;