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.
The text was updated successfully, but these errors were encountered:
codeback
changed the title
google-services.json not found
Cannot copy files to platforms/android folder during the build phase
May 10, 2017
There's a tracking issue #145 for removing the 'platform remove/add' workaround. Meanwhile, you can try to build your app using the following commands instead of npm run start-[android/ios]-bundle:
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:
Is there a way to have this file copied during the build phase?
Thanks.
The text was updated successfully, but these errors were encountered: