0.1.7 • Published 3 years ago

quasar-app-extension-jilogin v0.1.7

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

Quasar App Extension jilogin

Jilogin is a quasar component based Firebase Auth for quasar made with ❤️️ byjimrjboys.

Just install and use .

Install

quasar ext add jilogin

Quasar CLI will retrieve it from the NPM registry and install the extension to your project.

Invoke prompts

quasar ext invoke jilogin

Launch Configuration for your Firebase project .

e.g :

apiKey: "AIzaSyCptyiKKefiPhIgSJtzk_F8kIGyNvmcLE0",

authDomain: "test-project-f94e4.firebaseapp.com",

databaseURL: "https://test-project-f94e4.firebaseio.com",

projectId: "test-project-f94e4",

storageBucket: "test-project-f94e4.appspot.com",

messagingSenderId: "372724077209",

appId: "1:372724077209:web:043f9ec1bbdc2eac151e08",

measurementId: "G-GN6ZHNRPHN"

You can use it for test 🙃 Just copy value in "" .

this is a login to test :

email: jimrjboys@gmail.com password: 123456

Uninstall

quasar ext remove jilogin

Info

This extension use plugin Notify and Cookies from quasar API .

Notify show a notification after valid value.

Cookies stock in your browser the token(Developers Mode> Storage > Cookies )

Ready ? a short code to help you 😍

Template :
    <Login>
    </Login>
Script
<script>
import { Login } from 'quasar-app-extension-jilogin/src/components/Login';

export default defineComponent({
      components: { Login },
})
</script>

Git

https://gitlab.com/jimrjboys/jilogin.git

Donate

If you appreciate the work that went into this App Extension, please consider donating to Quasar and to developers by paypal to : jimrjboys@gmail.com

Passion - Motivation - Action

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago