npm create nails my-nails-app
# or with yarn
yarn create nails my-nails-appyarn install
yarn developcp example.env .env.local# Generate a new model called UserActivity
yarn nails generate model UserActivity# Generate a new scaffold called UserActivity
yarn nails generate scaffold UserActivityCOLLECTION_SCOPE can be useful.COLLECTION_SCOPE in your .env.local file, Nails will automatically detect it and prefix all Firestore collection names with its value.UserActivity, it would normally map to userActivities in Firestore. However, if COLLECTION_SCOPE is set to list, the resulting collection name will become list__userActivities.Let's work together and make your ideas come to life!
Or maybe view more of my Products?