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

use the new VueJS Composition API to seperate out Firebase integration into a VueJS Application.
https://github.com/aaronksaunders/vue-composition-firebase-app

blog-pos firebase firebase-firestore javascript tutor vue vue-composition-api vuejs

Last synced: 2 months 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 ONE: VueJS with Composition API and Ionic Framework Components



## Overview

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 determining if there is already user information associated with the application saved or if the user needs to login to the application. If the user needs to login to the application we will provide the ability to login and logout of firebase using the composition api application structure

See complete blog post
- https://dev.to/aaronksaunders/using-vue-composition-api-with-firebase-1oib

### Here the source code for Part II
- code https://github.com/aaronksaunders/vue-composition-firebase-app-2
- blog https://dev.to/aaronksaunders/using-vue-composition-api-with-firebase-part-ii-25ki

### Check Out The Video Series Starting Here:
https://youtu.be/3MLHCRep_MM



See the original project that this application is based on: