Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronksaunders/vue-composition-firebase-app-2
use the new VueJS Composition API to seperate out Firebase integration into a VueJS Application.
https://github.com/aaronksaunders/vue-composition-firebase-app-2
blog-post firebase javascript tutorial vue vue-cli vue-composition-api vue-composition-firebase vuejs vuejs-application vuejs-composition-api
Last synced: 17 days ago
JSON representation
use the new VueJS Composition API to seperate out Firebase integration into a VueJS Application.
- Host: GitHub
- URL: https://github.com/aaronksaunders/vue-composition-firebase-app-2
- Owner: aaronksaunders
- Created: 2019-10-29T03:22:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:16:08.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:23:03.990Z (4 months ago)
- Topics: blog-post, firebase, javascript, tutorial, vue, vue-cli, vue-composition-api, vue-composition-firebase, vuejs, vuejs-application, vuejs-composition-api
- Language: JavaScript
- Homepage:
- Size: 4.18 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PART TWO: VueJS with Composition API and Ionic Framework Components
## Overview
>[Note] To view the Source Code for Part III of the series, *Using Vue Composition API with Firebase & Vuex: Part III*, [click here](https://github.com/aaronksaunders/vue-composition-firebase-app-2/tree/vuex-1)We are going to use the new VueJS Composition API to seperate out Firebase integration into a VueJS Application.
We will focus in this blog post on creating a hook, composition function to query collection in a firebase firestore database.
See complete blog post : [Using Vue Composition API with Firebase: Part II](https://dev.to/aaronksaunders/using-vue-composition-api-with-firebase-part-ii-25ki) follow me on dev.to
### See the original project that this application is based on:
- blog: https://dev.to/aaronksaunders/using-vue-composition-api-with-firebase-1oib
- code: https://github.com/aaronksaunders/vue-composition-firebase-app