Vue Ionic, Google and Phone Number Authentication With Capacitor Firebase Plugin

preview_player
Показать описание
Google and Phone Number Authentication With Ionic Framework Using Capawesome Capacitor Firebase Plugin In Vue JS
#firebase #capacitor #ionic #vue #vuejs #ionicframework

A quick walkthrough of using the Capacitor Firebase Plugin for Google Auth Phone Auth and Email Authentication. This plugin is not for querying the database through the native API.

The approach is to log in on the native side and then use the same credentials, through a Credential Provider, to then login to the Firebase Javascript SDK to make database calls.

There is an open issue with the Native AuthChangeState Listener firing before your application is able to attach the listener so you need to listen for the event on the javascript side to make sure that you have a local user to work with

-~-~~-~~~-~~-~-
Please watch: "Getting Started With Appwrite, Vue JS Ionic Framework & Capacitor"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

this is what I was looking for. almost two days lost to exploring ionic and capacitor js after using Cordova and finding out google auth doesn't work. thank you for this video

abdullahalhariri
Автор

thanks for your effort in this. Ill look into this for my vue + capacitor application

rootdefault
Автор

Just what I was looking for. Thanks for the video. Very well explained. Going to give it a try today and see if that works for me.

shaiketdas
Автор

thanks for this, looking forward to the react version :D

erwinhessing
Автор

Thanks for this, Aaron. It saved me days of headache!

TreighMawaka
Автор

currently running into an issue on prod .... where after entering the verification code I get stuck on auth/codeExpired.

works fine on local though

gerardoparedes
Автор

Aaron, did you by any chance make this work for Facebook Login?

shaiketdas