expo-template
expo-template copied to clipboard
Partial typed data from database collections
🌟 Describe this enhancement:
Make all the data returned from a firestore collection a partial.
❓ Why is this enhancement needed or beneficial?
Would assume that all data returned from the database is not required, allows us to fail gracefully in the frontend.