aaronksaunders / vue-composition-firebase-app

use the new VueJS Composition API to seperate out Firebase integration into a VueJS Application.

Home Page:https://dev.to/aaronksaunders/using-vue-composition-api-with-firebase-1oib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Here the source code for Part II

Check Out The Video Series Starting Here:

https://youtu.be/3MLHCRep_MM

See the original project that this application is based on:

About

use the new VueJS Composition API to seperate out Firebase integration into a VueJS Application.

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


Languages

Language:JavaScript 46.2%Language:Vue 44.2%Language:HTML 9.6%