DEV Community

Discussion on: Adding Facebook Login to your Ionic app (in 15 minutes)

Collapse
 
jesualdo13 profile image
Jesualdo • Edited

Good article!

I have this problem. I have configured the resources folder but now I have to replace it by cordova config. So my question is, can I have cordova and capacitor at the same time?

Thank you

Collapse
 
fvaldes33 profile image
Franco Valdes

Sorry for the late reply :(

You can leverage both cordova and capacitor plugins at the same time but you would need to use capacitor as the framework to compile to native code.

So you would no longer need the cordova xml file or any cordova js in your app.