-
Notifications
You must be signed in to change notification settings - Fork 441
Document uploading? #43
Comments
Hi Jen, can you ask your friend if (s)he refers to the Storage API? |
Yep, that's the one!! I guess we have to use Google Storage. :) thanks! |
Yes, Firebase is supposed to use that underneath but you can interact with that through this plugin once I've added the required methods to store/retrieve files. But first I'm working on extending the Auth capabilities since that would also benefit storage access. |
👏🏻👏🏻👏🏻👏🏻👏🏻❤️❤️❤️🔥🔥🔥🎉🎉🎉 |
Aaaaaand it's live - grab 3.4.0 while it's hot. Storage doc here. I'm also maintaining a changelog now. Btw, blow away your platform folders since the Firebase SDK's have been bumped again so we include the latest features and fixes. |
Yay!!! One thing I also find helpful is to do a simulator refresh on iOS to ensure everything is installed, maybe add this to the readme? Sent from my iPhone
|
@EddyVerbruggen I'm encountering a persistent error when updating my current app to this version - even without tinkering with the Podfile. I remove every folder except /app and do a fresh plugin install, but having issues with this new SDK, any ideas? [!] Unable to satisfy the following requirements:
|
@EddyVerbruggen closed and referencing the problem I had here EddyVerbruggen/nativescript-plugin-firebase-demo#1 |
The storage upload is working extremely well! Is there a way to get a list of all the files in a particular storage bucket? :) thanks! |
@jlooper That would be a really great feature but the SDK doesn't seem to support it. See fi the iOS docs. A good alternative may be the accepted answer here. |
would it be possible to extend this plugin to support uploading larger documents, like music files? Asking for a friend 👯
The text was updated successfully, but these errors were encountered: