Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: "@angular/compiler-cli": "~8.2.0",
- Cross-platform modules:
- Android Runtime: "tns-android": {
"version": "6.3.1"
},
- iOS Runtime:not using
- Plugin(s):
Describe the bug
i have followed all instruction given in https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-master-detail-ng. all functionality with firebase is working correctly. in case of Image upload, i get an error:
JS: Error in firebase.uploadFile: Error: java.lang.IllegalArgumentException: metadata cannot be null
To Reproduce
follow the same steps given in the ReadMe file with the template.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):"version": "6.3.1"
},
Describe the bug
i have followed all instruction given in https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-master-detail-ng. all functionality with firebase is working correctly. in case of Image upload, i get an error:
JS: Error in firebase.uploadFile: Error: java.lang.IllegalArgumentException: metadata cannot be null
To Reproduce
follow the same steps given in the ReadMe file with the template.