Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Document uploading? #43

Closed
jlooper opened this issue Jun 7, 2016 · 11 comments
Closed

Document uploading? #43

jlooper opened this issue Jun 7, 2016 · 11 comments
Assignees

Comments

@jlooper
Copy link
Contributor

jlooper commented Jun 7, 2016

would it be possible to extend this plugin to support uploading larger documents, like music files? Asking for a friend 👯

@EddyVerbruggen
Copy link
Owner

Hi Jen, can you ask your friend if (s)he refers to the Storage API?

@jlooper
Copy link
Contributor Author

jlooper commented Jun 7, 2016

Yep, that's the one!! I guess we have to use Google Storage. :) thanks!

@EddyVerbruggen
Copy link
Owner

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.

@EddyVerbruggen
Copy link
Owner

Look what the iOS demo app just uploaded through the Firebase plugin!

Will land in the repo later this week, also for Android, including a download function.

screen shot 2016-07-05 at 21 34 16

@jlooper
Copy link
Contributor Author

jlooper commented Jul 5, 2016

👏🏻👏🏻👏🏻👏🏻👏🏻❤️❤️❤️🔥🔥🔥🎉🎉🎉

@EddyVerbruggen
Copy link
Owner

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.

@jlooper
Copy link
Contributor Author

jlooper commented Jul 7, 2016

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

On Jul 7, 2016, at 1:07 PM, Eddy Verbruggen [email protected] wrote:

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.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@jlooper
Copy link
Contributor Author

jlooper commented Jul 9, 2016

@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:

  • Firebase/Auth (~> 3.3) required by Podfile

@jlooper
Copy link
Contributor Author

jlooper commented Jul 9, 2016

@EddyVerbruggen closed and referencing the problem I had here EddyVerbruggen/nativescript-plugin-firebase-demo#1

@jlooper
Copy link
Contributor Author

jlooper commented Jul 23, 2016

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!

@EddyVerbruggen
Copy link
Owner

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants