Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aaronksaunders/vue-composition-firebase-app
- Owner: aaronksaunders
- Created: 2019-10-25T03:47:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:46:22.000Z (about 2 years ago)
- Last Synced: 2023-03-11T14:08:05.943Z (almost 2 years ago)
- Topics: blog-pos, firebase, firebase-firestore, javascript, tutor, vue, vue-composition-api, vuejs
- Language: JavaScript
- Homepage: https://dev.to/aaronksaunders/using-vue-composition-api-with-firebase-1oib
- Size: 2.18 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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: