EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

Wrong interface for storage and export #1789

Open PabloPG opened 3 years ago

PabloPG commented 3 years ago

interface is incorrect.

image image

metadata is optional or not?

When i try to use with storage.fileUpload, the namespace is correct but de 'storage' is undefined, when i use firebase.storage.fileUpload de namespace is incorret but works

image