All Projects → rstormsf → friendsmap

rstormsf / friendsmap

Licence: other
Basic Vue.js app with FirebaseUi auth

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to friendsmap

React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+7853.57%)
Mutual labels:  firebase-auth
Nodejs Auth
Implementation of node.js authentication with social login ✌️, user impersonation 💅, and no passport.js required 💁
Stars: ✭ 201 (+617.86%)
Mutual labels:  firebase-auth
Angularfire Lite
⚡️ Lightweight library to use Firebase API 🔥 with Angular
Stars: ✭ 245 (+775%)
Mutual labels:  firebase-auth
Space
A real time chat app for developers built using React, Redux, Electron and Firebase
Stars: ✭ 161 (+475%)
Mutual labels:  firebase-auth
Makeitso
This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"
Stars: ✭ 181 (+546.43%)
Mutual labels:  firebase-auth
Firebase Kotlin Sdk
A Kotlin-first SDK for Firebase
Stars: ✭ 214 (+664.29%)
Mutual labels:  firebase-auth
Petshop
Pet Shop is an e-commerce application for Android built with Flutter (iOS to come soon).
Stars: ✭ 127 (+353.57%)
Mutual labels:  firebase-auth
React Native Starter Kit
React Native Starter Kit with Firebase Auth and Facebook Login
Stars: ✭ 251 (+796.43%)
Mutual labels:  firebase-auth
Next Firebase Ssr
An Next.js example repo for building authenticated pages with Firebase Authentication, cookies, and getServerSideProps
Stars: ✭ 192 (+585.71%)
Mutual labels:  firebase-auth
Books jetpack
A sample application to demonstrate how to use Jetpack Architecture Components in an Android Application following the Clean Architecture concepts.
Stars: ✭ 241 (+760.71%)
Mutual labels:  firebase-auth
Finances
Simple finance control app as technology playground
Stars: ✭ 170 (+507.14%)
Mutual labels:  firebase-auth
React Firebase
🔥Declarative React bindings for Firebase Auth & Realtime Database.
Stars: ✭ 176 (+528.57%)
Mutual labels:  firebase-auth
Tailor made
✄ Managing a Fashion designer's daily routine.
Stars: ✭ 219 (+682.14%)
Mutual labels:  firebase-auth
Explore
A Flutter Web responsive website sample.
Stars: ✭ 146 (+421.43%)
Mutual labels:  firebase-auth
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+11717.86%)
Mutual labels:  firebase-auth
Stripe Firebase Extensions
Repository of Firebase Extensions built by Stripe.
Stars: ✭ 133 (+375%)
Mutual labels:  firebase-auth
Firebase Admin Dotnet
Firebase Admin .NET SDK
Stars: ✭ 201 (+617.86%)
Mutual labels:  firebase-auth
FirebaseAI-Android-Chat-App
A simple firebase enabled chat app. SMS & Email Password Authentication enabled.
Stars: ✭ 38 (+35.71%)
Mutual labels:  firebase-auth
Firebaseui Angular
A wrapper for FirebaseUI in Angular
Stars: ✭ 245 (+775%)
Mutual labels:  firebase-auth
Next Blog Firestore
Example of blog built with React, Next.js, Firebase Firestore, Styled-Component, Mobx State Tree and other cool technologies
Stars: ✭ 219 (+682.14%)
Mutual labels:  firebase-auth

friendsmapvue

Stack:

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

Please setup .env file with the following values:

FB_API_KEY=xxxxFQs
FB_AUTH_DOMAIN=YOURAPPNAME.firebaseapp.com
FB_DATABASE_URL=https://YOURAPPNAME.firebaseio.com
FB_STORAGE_BUCKET=YOURAPPNAME.appspot.com
FB_MESSAGING_SENDER_ID=12345

also in order to have firebase deploy working, please do firebase init or simply add .firebaserc file to the root:

{
  "projects": {
    "default": "YOURAPPNAME"
  }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].