Ionic Google Login for iOS and Android

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Documentation online is a mess of information not clear at all. Thank you very much for this simple and direct tutorial.

claudiomerli
Автор

This is a life saver! Been lurking the internet on what's the best combination of plugins to use on what will work with angular + ionic/cordova.

They key ideas here is use of google-plus that works for ios/android/web. And then passing a token to AngularFire, which only works for web, via signInWithCredentials. Brilliant!

JoboyJordan
Автор

I have a Problem with iOS development, it cannot find Googlesignin.h file

lohann
Автор

Hello, good video, thanks! Do you know how to do the same with Capacitor?

HardsoftComputer
Автор

Does this still work atm, (google plus is canceled)

trusterzero
Автор

is this still valid, after Gplus shutdown ?

nishanshan
Автор

Is it compatible with capacitor? I am stuck in here with a lot of errors :(

lucasleandro
Автор

cool but how about when im using a back end that isn't on firebase

renixmar
Автор

I don't know what I have to put in const firebaseConfig

nd-ergj
Автор

After following this code example, in my native Android Mobile I'm able open a "dialog'' saying 'Choose account for projectName', after choosing an account, there is no Response back from the firebase.

ThisIsArunS
Автор

@00:43, it should have been ionic start myProject tabs

AnandCRockzz
Автор

A other comments mentioned, doesn't work with cordova/native android.

adityapathak
Автор

A very very useful clip!! I've been waiting for this tutorial for a long time! Thanks :)

lilililliilil
Автор

Is there a way to do this whole thing without firebase? I did it without and only used the plugin, but I only get an Accesstoken in the response, but I need an IdToken, can you help me?

ILACK-ILOOD
Автор

When apk download from Google Play Store then not work login using Google in ionic

amruthalnor
Автор

Hi, I'm doing this with Ionic 5.4 but it doesn't work. It shows me the window to choose a Gmail account, then I pick on my account and doesn't give information about the user. I run the command "firebase.auth().currentUser" and it returns "null". Is there someone who made this example with Ionic 5? Thanks

jairoalbertoreyes
Автор

works in web, but not with cordova... D:

PurrfectlyChaotic
Автор

I get this error


{error: "popup_blocked_by_browser"}

exequielcatalani
Автор

core.js:15724 ERROR Error: Uncaught (in promise): Error: Template parse errors:
'google-login' is not a known element:
1. If 'google-login' is an Angular component, then verify that it is part of this module.



[ERROR


"):
Any solutions ?

xreme
Автор

Do I need to build a release apk to check if google plus works? Can I check this in development environment?

pablomartinez