Firebase Storage API with ionic-native Camera Plugin

Has anyone tried Firebase storage API with ionic-native camera plugin ?
cuz Firebase storage API only supports Javascript FILE API and blob, On the other side ionic-native camera plugin gives us image in Base64 format.

any help would be greatly appreciated :slight_smile:

Check my github repo for a complete project - https://github.com/aaronksaunders/ionic2firebase3

@aaronksaunders Thank you very much; your support is greatly appreciated. :slight_smile:

1 Like

no problem, people in this community have helped me and my team through issues on projects, so it is only right to give back

2 Likes

In Spanish we have a saying that would translate something like β€œHonor be give to who he deserves it” That applies to you perfectly. Thanks for this great demo and the time you put to create this so needed example.