erodriguezh
erodriguezh
Here same as @cyrilgupta
Hi @triniwiz, Thanks for the tip. The reason that I was asking for example on how to load a file on Android using `res://` or `~/` is to have both...
I added the config file to the following path `App_Resources/Android/src/main/res/raw/debug/google-services.json` I tried with the following paths `firebase().initializeAppWithPath('res://debug/google-services.json');` `firebase().initializeAppWithPath('res://raw/debug/google-services.json');` Both returned this error: ```sh firebase.init error: Error: java.lang.NoSuchFieldException: No field raw/debug/google-services.json...
I found out a few things 1. There are requirements for the naming convention of the file. E.g: Using dashes is forbidden. ```sh Execution failed for task ':app:mergeDebugResources'. /nativescript/platforms/android/app/src/main/res/raw/google-services.json: Error:...