how to add google auth in quasar capacitor app(android & ios)? - google-authentication

how to add google auth in quasar capacitor app(android & ios)?
I try to use this package #reslear/capacitor-google-auth.
It work with in web, but fail in android & ios, it keep pop out the message of not implemented.

Related

Any cordova plugin to add WebAuthn API to Android WebView?

We've developed a cordova app that shows one of our websites (which is also accessible using a web browser).
Recently, FIDO2 authentication using WebAuthn has been added to that website. This works fine in the tested browsers (Chrome and Firefox), but not in our cordova application, as it uses Android WebView, which doesn't implement the WebAuthn API.
Does anybody know if there is any cordova plugin to add this API to Android WebView?
Is there any website with information about the Android WebView roadmap (bugs that will be fixed in next release, new features that will be added, ...)?
You're correct that Android WebView doesn't support WebAuthn in Android 13. We hope to address that in the Android 14 timeframe but, for now, you have to inject Javascript hooks and use a Javascript bridge to implement it. It's certainly possible to do but I'm not aware of any packaged solutions that do it.

Are Ionic Native Plugins not available in Ionic capacitor electron desktop apps?

I need to use In App Purchase 2 Ionic native plugin in an electron desktop app. I've installed it normally and added it in app.module providers, and provided it in the component where needed.
When I console.log the plugin object, it returns an object with all values set to null as if it's not initialized.
Checked other Ionic Native plugins and happens same behavior.
How may I use them in ionic capacitor electron desktop app? Or how may I implement In app purchase?

Ionic push notifications api returns status 410. ¿Alternatives?

I have been reading some forums and i found that ionic services are deprecated. Now developers have to find another alternatives for push and auth services. For push notifications there are alternatives such Firebase and Onesignal plugins.
I have to say that my proyect was using Ionic1 and implemented phonegap-plugin-push (~1.10.2). What should I use? and
What does it involve?
https://blog.ionicframework.com/sunsetting-ionic-cloud-push-and-auth/
https://forum.ionicframework.com/t/ionic-pro-an-push-notifications-shutdown-of-ionic-push/102813
For push services, you can still use Ionic Native Push, which is a wrapper for phonegap-plugin-push in Ionic 3. It uses Google Firebase Cloud Messaging (FCM) in the back end. See this page for a discussion on how to do it. I have been using Ionic Native Push successfully in Ionic 3.

Is there a way to integrate facebook & google login in ionic PWA

I developed an app in ionic 3. It's working fine for android & iOS. Then I added browser platform but fb & google login not working for it.
Ionic documentation http://ionicframework.com/docs/native/facebook/ says facebook plugin is supported in browser. But it's not working.
Google plus plugin only supports android & iOS.
So how to integrate fb & google login in PWA developed in ionic 3?
I have tried using angular4-social-login module but no luck. Also I tried using javascript sdk but no success.
Facebook with Browser:
After you add the browser platform:
ionic cordova platform add browser
ionic cordova build browser --prod
After that in your facebook develop website settings page, add your server's domain to app domain (or localhost for testing).
You can read more about it here: browser

How to display notification like any.do app using ionic platform android

enter image description hereHow to display notification like any.do using ionic-framework for android platform?
Using cordova plugins or android native code
You can use Cordova plugins for the purpose.
See for example: https://github.com/katzer/cordova-plugin-local-notifications