Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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


Aaron K Saunders's DEV Profile

### 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