steps to open the vue example
- pnpm i
- npm run dev:vue3-firestore
we need to add a new folder called dev-react-firestore which looks and works the same as dev:vue3-firestore
the magnetar instance is instantiated with PluginVue3 and PluginFirestore, but the react one can use PluginSimpleStore and PluginFirestore. The rest of the syntax can be the exact same.
steps to open the vue example
we need to add a new folder called
dev-react-firestorewhich looks and works the same asdev:vue3-firestorethe magnetar instance is instantiated with
PluginVue3andPluginFirestore, but the react one can usePluginSimpleStoreandPluginFirestore. The rest of the syntax can be the exact same.