CodetrixStudio / CapacitorGoogleAuth

Capacitor plugin for Google Auth. Lightweight & no dependencies.
MIT License
282 stars 156 forks source link

Will the CapacitorGoogleAuth plugin head towards a multi-project (Monorepo) approach? #115

Open Radecom opened 3 years ago

Radecom commented 3 years ago

Hello, first of all, I want to congratulate you on your excellent work with this plugin since it significantly contributes to the cross-platform development community.

I'm going to tell you about my problem. I was so excited about the Ionic Angular monorepos with NX publication that I went ahead trying to move my capacitor projects (angular and @ionic/angular) to a monorepo with Nx.

I was trying to get your plugin to work:

'@codetrix-studio/capacitor-google-auth';

in an ionic-angular project inside an Nx workspace: But, once installed, I get this error:

Error: Module not found: Error: Can't resolve '../../../../../capacitor.config.json'

And I had patched it by specifying the capacitor.config.json file location manually. But if we worked with multiple ionic projects. How are we going to fix it?

The question here is: Will the CapacitorGoogleAuth plugin head towards a multi-project (Monorepo) approach?

Thank you very much in advance for your time.

fmendoza commented 3 years ago

I'm getting the same error in a standard ionic project.