Home > OS >  How to configure Firebase auth to android app built using Next js code from capacitor Js
How to configure Firebase auth to android app built using Next js code from capacitor Js

Time:10-27

enter image description hereenter image description here

Issue : Tried converting my Next js web app to android app using capacitor JS. Implemented user login through google account using Firebase.

Now unable to login through the android app. I've attached the error I am facing.

CodePudding user response:

You need to use the Firebase Android and iOS SDK for authentication on native devices. There are already various Capacitor Firebase plugins which you can use, e.g. https://github.com/capawesome-team/capacitor-firebase

  • Related