Reputation: 55
I've been trying to figure out, why it isn't recognizing StorageUploadTask, with no luck. I have installed the firesbase storage and core plugin.
Upvotes: 4
Views: 1997
Reputation: 7706
Use UploadTask. The API has changed.
So instead of:
StorageUploadTask _task
you now have:
UploadTask _task
Upvotes: 8