Skip to content

Capacitor Firebase Authentication Google, Email and Phone Plugin from CapAwesome Team - Example Vue JS App

Notifications You must be signed in to change notification settings

aaronksaunders/mobile-gauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40bd8de · Sep 18, 2022

History

17 Commits
Sep 17, 2022
Sep 17, 2022
Jul 25, 2022
Sep 18, 2022
Jul 25, 2022
Jul 25, 2022
Jul 25, 2022
Jul 25, 2022
Sep 18, 2022
Jul 25, 2022
Aug 3, 2022
Jul 25, 2022
Jul 25, 2022
Jul 25, 2022
Sep 17, 2022
Sep 17, 2022
Jul 25, 2022

Repository files navigation

Capacitor Firebase Authentication Plugin from CapAwesome Team - Example Vue JS App

A sample app showing how to integrate the Capacitor Firebase Authentication Plugin from CapAwesome Team in an Ionic VueJS Application

you will need to add to root of project a .env file to project

  VUE_APP_FIREBASE_API_KEY= 
  VUE_APP_FIREBASE_AUTH_DOMAIN= 
  VUE_APP_FIREBASE_PROJECT_ID= 
  VUE_APP_FIREBASE_APP_ID= 

you will need to follow directions for adding google auth to project

Problem

I needed google and phone number auth for a mobile solution, mostly google and I wanted a plugin that could handle all of the oauth stuff form me with simple configuration and finally firebase was the database solution.

So basically I use the Plugin to get the auth credential and then I login using the javascript sdk. Once the user is logged in, I do not need the listener from the plugin to let me know if a user is logged in or not; i juts use the js sdk auth listener to fing my user and thats it.

About

Capacitor Firebase Authentication Google, Email and Phone Plugin from CapAwesome Team - Example Vue JS App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published