You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
My project uses Firebase and we need to copy google-services.json to platforms/android.
The problem is that this file is deleted since the ns-bundle command removes the platform folder and adds it again later.
So that, the build process fails with the following error:
Execution failed for task ':processF0F1F2F3F4DebugGoogleServices'.
> File google-services.json is missing. The Google Services Plugin cannot function without it.
Is there a way to have this file copied during the build phase?
Thanks.