-
I have an app that worked great on Capacitor 3 with Angular 13 and Ionic 6. I installed all plugins to the latest, one by one. I took the same source code (from the version 3 project) and copied it into the new project, including taking the google-services.json file that connects to my FireBase project. I adjusted in all places:
My app is crashing (closing) on Native android devices, when the Error captured in the console log:
My package.json
Any pointers on what I may be missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After having tried many suggestions found on git and stackOverflow, the only way I could fix this was to create a new Firebase project. |
Beta Was this translation helpful? Give feedback.
After having tried many suggestions found on git and stackOverflow, the only way I could fix this was to create a new Firebase project.
A 3 minutes new Firebase project process resolved everything eventually.